diff --git a/.vimrc b/.vimrc index de59eb2..9251e93 100644 --- a/.vimrc +++ b/.vimrc @@ -236,6 +236,8 @@ map jt :%!json_xs -f json -t json-pretty " Replace 'dayh' with a formatted day header 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") " Fly through buffers instead of cycling nnoremap l :ls:b