Tweak date insertion
This commit is contained in:
parent
1ad078cabe
commit
4bf26c72e3
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue