next/prev buffer mappings
This commit is contained in:
parent
672eff4384
commit
7c6b59228b
|
@ -49,7 +49,7 @@ nnoremap <space>ee :e .<CR>
|
|||
nnoremap <space>eq :Rex<CR>
|
||||
"}}}
|
||||
|
||||
" better window/tab navigation/management
|
||||
" better window/tab/buffer navigation/management
|
||||
"{{{
|
||||
nnoremap <C-h> <C-w>h
|
||||
nnoremap <C-l> <C-w>l
|
||||
|
@ -72,6 +72,9 @@ nnoremap <space><space>z :tabnew %<CR>
|
|||
nnoremap <space><space>q :tabclose<CR>gT<CR>
|
||||
|
||||
nnoremap <space># :b#<CR>
|
||||
|
||||
nnoremap <silent> <Tab> :bnext<CR>
|
||||
nnoremap <silent> <S-Tab> :bprev<cr>
|
||||
"}}}
|
||||
|
||||
"location list and quickfix mappings
|
||||
|
|
Loading…
Reference in New Issue