fixed resizing mappings

This commit is contained in:
ManjaroOne666 2018-02-17 14:24:00 +00:00
parent 6dc2ff6d1d
commit 83752e6bac
1 changed files with 2 additions and 1 deletions

3
vimrc
View File

@ -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>