Sort keybindings alphabetically

This commit is contained in:
Anthony Rose 2020-10-28 12:38:14 +00:00
parent 0723edaa4d
commit 628e676714

18
vimrc
View file

@ -23,19 +23,19 @@ endif
nmap <space> <leader> nmap <space> <leader>
inoremap <left> <nop>
inoremap <down> <nop>
inoremap <up> <nop>
inoremap <right> <nop>
inoremap <C-BS> <C-W> inoremap <C-BS> <C-W>
nnoremap <left> <nop> inoremap <down> <nop>
nnoremap <down> <nop> inoremap <left> <nop>
nnoremap <up> <nop> inoremap <right> <nop>
nnoremap <right> <nop> inoremap <up> <nop>
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>
nnoremap <F7> :setlocal spell! spelllang=en_gb<CR>
nnoremap <down> <nop>
nnoremap <left> <nop>
nnoremap <right> <nop>
nnoremap <up> <nop>
nnoremap gB :bprevious<CR> nnoremap gB :bprevious<CR>
nnoremap gb :bnext<CR> nnoremap gb :bnext<CR>