Tweak date insertion

This commit is contained in:
Anthony Rose 2022-06-07 10:33:23 +01:00
parent 1ad078cabe
commit 4bf26c72e3

2
vimrc
View file

@ -25,12 +25,12 @@ inoremap <C-BS> <C-W>
inoremap <C-a> <C-O>^ inoremap <C-a> <C-O>^
inoremap <C-e> <C-O>$ inoremap <C-e> <C-O>$
inoremap <F12> <C-\><C-O>:w<CR> inoremap <F12> <C-\><C-O>:w<CR>
inoremap <F9> <C-R>=strftime('%Y-%m-%dT%H:%M')<CR>
inoremap <down> <nop> inoremap <down> <nop>
inoremap <left> <nop> inoremap <left> <nop>
inoremap <right> <nop> inoremap <right> <nop>
inoremap <up> <nop> inoremap <up> <nop>
nnoremap <F10> :put =strftime('%FT%T%z')<CR>
nnoremap <F11> :Goyo<bar>:Limelight!!<CR> nnoremap <F11> :Goyo<bar>:Limelight!!<CR>
nnoremap <F12> :w<CR> nnoremap <F12> :w<CR>
nnoremap <F7> :setlocal spell! spelllang=en_gb<CR> nnoremap <F7> :setlocal spell! spelllang=en_gb<CR>