window/tab management mappings

This commit is contained in:
ManjaroOne666 2018-03-29 00:16:30 +01:00
parent dc745898e1
commit 14fffd257f
1 changed files with 8 additions and 1 deletions

View File

@ -47,7 +47,7 @@ nnoremap <space>ee :e .<CR>
nnoremap <space>eq :Rex<CR> nnoremap <space>eq :Rex<CR>
"}}} "}}}
" better window management " better window/tab navigation/management
"{{{ "{{{
nnoremap <C-h> <C-w>h nnoremap <C-h> <C-w>h
nnoremap <C-l> <C-w>l 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>l :vertical resize +5<CR>
nnoremap <Esc>h :vertical resize -5<CR> nnoremap <Esc>h :vertical resize -5<CR>
nnoremap <Esc>= <C-w>= 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 "location list and quickfix mappings