Use a better timestamp for \tt

This commit is contained in:
R. Tyler Croy 2011-05-25 09:33:16 -07:00
parent a9ca661e57
commit c29d44789a
1 changed files with 2 additions and 2 deletions

View File

@ -473,8 +473,8 @@ map <Leader>o :call HandleURI()<CR>
" Custom text inserts *********************************************************
"insert THE time!
nmap <Leader>tt :execute "normal i" . strftime("%x %X (%Z) ")<Esc>
imap <Leader>tt <Esc>:execute "normal i" . strftime("%x %X (%Z) ")<Esc>i
nmap <Leader>tt :execute "normal i" . strftime("%a %d %b %Y")<Esc>
imap <Leader>tt <Esc>:execute "normal i" . strftime("%a %d %b %Y")<Esc>i
" -----------------------------------------------------------------------------
" | Pluggins |