window/tab management mappings
This commit is contained in:
parent
dc745898e1
commit
14fffd257f
|
@ -47,7 +47,7 @@ nnoremap <space>ee :e .<CR>
|
|||
nnoremap <space>eq :Rex<CR>
|
||||
"}}}
|
||||
|
||||
" better window management
|
||||
" better window/tab navigation/management
|
||||
"{{{
|
||||
nnoremap <C-h> <C-w>h
|
||||
nnoremap <C-l> <C-w>l
|
||||
|
@ -59,6 +59,13 @@ 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>
|
||||
"}}}
|
||||
|
||||
"location list and quickfix mappings
|
||||
|
|
Loading…
Reference in New Issue