fixed resizing mappings

This commit is contained in:
ManjaroOne666 2018-02-17 14:24:00 +00:00
commit 83752e6bac

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>