]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - vim/vimrc
vimrc: comment out vim date mappings for now
[smckown/dotfiles.git] / vim / vimrc
index 39154607ea1c619e8eff78be1aaee957495df47d..344e5732fd4f8439d72312eb4fd2e345b86cc886 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -399,6 +399,9 @@ endfunction
 
 " Insert date and time in insert mode.  Have to use the native <Leader>, not
 " its re-mapped version <space>
-imap <leader>d <C-R>=strftime("%Y%m%d")<CR>
-imap <leader>D <C-R>=strftime("%Y-%m-%d")<CR>
-imap <leader>t <C-R>=strftime("%H:%M:%S")<CR>
+"nmap <leader>dd "=strftime('%Y%m%d')<CR>p
+"imap <leader>dd <C-R>=strftime('%Y%m%d')<CR>
+"nmap <leader>dD "=strftime('%Y-%m-%d')<CR>p
+"imap <leader>dD <C-R>=strftime('%Y-%m-%d')<CR>
+"nmap <leader>dt "=strftime('%H:%M:%S')<CR>p
+"imap <leader>dt <C-R>=strftime('%H:%M:%S')<CR>