tweaked date insert

This commit is contained in:
Jonas Forsberg
2020-07-30 16:45:20 +02:00
parent 7cb4d054a4
commit 5600f81d4f

4
.vimrc
View File

@@ -64,8 +64,8 @@ endfunction
" remaps " remaps
noremap <Leader>_h :call Highlight()<CR> noremap <Leader>_h :call Highlight()<CR>
nmap <F2> i**<C-R>=strftime("%Y-%m-%d %H:%M:%S")<CR>**<CR><CR><Esc> nmap <F2> i**<C-R>=strftime("%Y-%m-%d")<CR>**<Esc>
imap <F2> **<C-R>=strftime("%Y-%m-%d %H:%M:%S")<CR>**<CR><CR> imap <F2> **<C-R>=strftime("%Y-%m-%d")<CR>**<CR>
"""""""""""""""""""" """"""""""""""""""""
" GnuPG Extensions " " GnuPG Extensions "