Re-arrange key mappings

This commit is contained in:
Anthony Rose 2019-06-19 09:50:22 +01:00
parent 2b2ad3c01b
commit 7809d62c35

10
vimrc
View file

@ -19,17 +19,19 @@ endif
" ====================================================================== " ======================================================================
" General settings for all builds. " General settings for all builds.
inoremap <down> <nop>
inoremap <left> <nop> inoremap <left> <nop>
inoremap <right> <nop> inoremap <down> <nop>
inoremap <up> <nop> inoremap <up> <nop>
nnoremap <down> <nop> inoremap <right> <nop>
nnoremap <left> <nop> nnoremap <left> <nop>
nnoremap <right> <nop> nnoremap <down> <nop>
nnoremap <up> <nop> nnoremap <up> <nop>
nnoremap <right> <nop>
nnoremap <F7> :setlocal spell! spelllang=en_gb<CR> nnoremap <F7> :setlocal spell! spelllang=en_gb<CR>
nnoremap <F10> :put =strftime('%FT%T%z')<CR> nnoremap <F10> :put =strftime('%FT%T%z')<CR>
nnoremap <F11> :Goyo<bar>:Limelight!!<CR> nnoremap <F11> :Goyo<bar>:Limelight!!<CR>
set autoindent set autoindent
set autoread set autoread
set background=dark set background=dark