diff --git a/.vimrc b/.vimrc index 0860bb4..9288f5b 100644 --- a/.vimrc +++ b/.vimrc @@ -674,6 +674,13 @@ iab dayh strftime("== %Y%m%d %A ======") " Replace 'timeh' with a formatted date/time header iab timeh strftime("## %Y%m%d %a %H:%M:%S") +iabbrev ,d strftime('%Y-%m-%d') +iabbrev ,t strftime('%Y-%m-%dT%TZ') +inoreabbrev ,u system('uuidgen')->trim()->tolower() +" vim.cmd("iabbrev ,d strftime('%Y-%m-%d')") +" vim.cmd("iabbrev ,t strftime('%Y-%m-%dT%TZ')") +" vim.cmd("inoreabbrev ,u system('uuidgen')->trim()->tolower()") + " Fly through buffers instead of cycling " nnoremap l :ls:b