Add shortcut for buffer switching

This commit is contained in:
Anthony Rose 2019-06-27 15:26:10 +01:00
parent 6c1efec2a5
commit 3979c3ae1d

2
vimrc
View file

@ -34,6 +34,8 @@ 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>
nnoremap gB :bprevious<CR>
nnoremap gb :bnext<CR>
set autoindent set autoindent
set autoread set autoread