removed tab, s-tab mappings for tab navigation
This commit is contained in:
parent
ebb0b7b33b
commit
1bb4ba88e8
|
@ -52,32 +52,13 @@ nnoremap <space>ee :e .<CR>
|
|||
nnoremap <space>eq :Rex<CR>
|
||||
"}}}
|
||||
|
||||
" better window/tab/buffer navigation/management
|
||||
better window/tab/buffer navigation/management
|
||||
"{{{
|
||||
" nnoremap <C-h> <C-w>h
|
||||
" nnoremap <C-l> <C-w>l
|
||||
" nnoremap <C-k> <C-w>k
|
||||
" nnoremap <C-j> <C-w>j
|
||||
|
||||
nnoremap <Esc>j :resize -5<CR>
|
||||
nnoremap <Esc>k :resize +5<CR>
|
||||
nnoremap <Esc>l :vertical resize +5<CR>
|
||||
nnoremap <Esc>h :vertical resize -5<CR>
|
||||
" nnoremap <Esc>= <C-w>=
|
||||
|
||||
" nnoremap <space><space>h :vsplit<CR>
|
||||
" nnoremap <space><space>l :vsplit<CR><C-w>l
|
||||
" nnoremap <space><space>j :split<CR><C-w>j
|
||||
" nnoremap <space><space>k :split<CR><C-w>k
|
||||
|
||||
" nnoremap <space><space>t :tabnew<CR>
|
||||
" 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