diff --git a/.vimrc b/.vimrc index bc029f6..10bb010 100644 --- a/.vimrc +++ b/.vimrc @@ -278,8 +278,15 @@ nnoremap k gk " --------------------------------------------------------------------------------------------------------------------- " ==> Keymaps: Date and Time stamps +" Send date and time imap =strftime("%Y-%m-%d %H:%M:%S") + +" Send date and DOW imap =strftime("%Y-%m-%d %a") +" alternate keybinding I use in VS Code +imap =strftime("%Y-%m-%d %a") + +" Sends date imap =strftime("%Y-%m-%d") " ---------------------------------------------------------------------------------------------------------------------