Better buffer management

This commit is contained in:
Hunter Haugen 2010-11-20 10:00:28 -08:00
parent 2fa4711997
commit ed791d3672

6
.vimrc
View file

@ -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