]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
vimrc: comment out vim date mappings for now
authorR. Steve McKown <rsmckown@gmail.com>
Sat, 18 Jul 2015 01:43:34 +0000 (19:43 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Sat, 18 Jul 2015 01:44:31 +0000 (19:44 -0600)
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>