fixed resizing mappings
This commit is contained in:
parent
6dc2ff6d1d
commit
83752e6bac
3
vimrc
3
vimrc
|
@ -165,7 +165,8 @@ 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>h :verkical resize -5<CR>
|
||||
nnoremap <Esc>= <C-w>=
|
||||
|
||||
"location list and quickfix mappings
|
||||
nnoremap <leader>ll :botright lwindow<CR>
|
||||
|
|
Loading…
Reference in New Issue