From 7be7c4895081c29d848853149f95d19f12df4cb7 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 17 Jul 2015 19:43:34 -0600 Subject: [PATCH] vimrc: comment out vim date mappings for now --- vim/vimrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 3915460..344e573 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -399,6 +399,9 @@ endfunction " Insert date and time in insert mode. Have to use the native , not " its re-mapped version -imap d =strftime("%Y%m%d") -imap D =strftime("%Y-%m-%d") -imap t =strftime("%H:%M:%S") +"nmap dd "=strftime('%Y%m%d')p +"imap dd =strftime('%Y%m%d') +"nmap dD "=strftime('%Y-%m-%d')p +"imap dD =strftime('%Y-%m-%d') +"nmap dt "=strftime('%H:%M:%S')p +"imap dt =strftime('%H:%M:%S') -- 2.39.2