tweaked date insert
This commit is contained in:
parent
7cb4d054a4
commit
5600f81d4f
4
.vimrc
4
.vimrc
@ -64,8 +64,8 @@ endfunction
|
||||
|
||||
" remaps
|
||||
noremap <Leader>_h :call Highlight()<CR>
|
||||
nmap <F2> i**<C-R>=strftime("%Y-%m-%d %H:%M:%S")<CR>**<CR><CR><Esc>
|
||||
imap <F2> **<C-R>=strftime("%Y-%m-%d %H:%M:%S")<CR>**<CR><CR>
|
||||
nmap <F2> i**<C-R>=strftime("%Y-%m-%d")<CR>**<Esc>
|
||||
imap <F2> **<C-R>=strftime("%Y-%m-%d")<CR>**<CR>
|
||||
|
||||
""""""""""""""""""""
|
||||
" GnuPG Extensions "
|
||||
|
Loading…
Reference in New Issue
Block a user