Add shortcut for buffer switching
This commit is contained in:
parent
6c1efec2a5
commit
3979c3ae1d
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue