From: R. Steve McKown Date: Sat, 18 Jul 2015 01:43:34 +0000 (-0600) Subject: vimrc: comment out vim date mappings for now X-Git-Url: https://oss.titaniummirror.com/gitweb?a=commitdiff_plain;h=7be7c4895081c29d848853149f95d19f12df4cb7;p=smckown%2Fdotfiles.git vimrc: comment out vim date mappings for now --- 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')