Better buffer management
This commit is contained in:
parent
2fa4711997
commit
ed791d3672
1 changed files with 4 additions and 2 deletions
6
.vimrc
6
.vimrc
|
|
@ -513,8 +513,10 @@ endif
|
||||||
" Go to buffers
|
" Go to buffers
|
||||||
nmap <silent> <S-Left> :bprev<CR>
|
nmap <silent> <S-Left> :bprev<CR>
|
||||||
nmap <silent> <S-Right> :bnext<CR>
|
nmap <silent> <S-Right> :bnext<CR>
|
||||||
nmap <C-w>, :bp<CR>
|
nmap <C-w>, :bprev<CR>
|
||||||
nmap <C-w>. :bn<CR>
|
nmap <C-w>. :bnext<CR>
|
||||||
|
nmap gT :bprev<CR>
|
||||||
|
nmap gt :bnext<CR>
|
||||||
|
|
||||||
" v_K is really really annoying
|
" v_K is really really annoying
|
||||||
vmap K k
|
vmap K k
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue