back to resizing with alt key modifier

This commit is contained in:
ManjaroOne666 2018-02-17 14:15:42 +00:00
parent 121f9ae174
commit 6dc2ff6d1d
1 changed files with 4 additions and 4 deletions

8
vimrc
View File

@ -162,10 +162,10 @@ nnoremap <C-l> <C-w>l
nnoremap <C-k> <C-w>k nnoremap <C-k> <C-w>k
nnoremap <C-j> <C-w>j nnoremap <C-j> <C-w>j
nnoremap <leader>rj :resize -5<CR> nnoremap <Esc>j :resize -5<CR>
nnoremap <leader>rk :resize +5<CR> nnoremap <Esc>k :resize +5<CR>
nnoremap <leader>rl :vertical resize +5<CR> nnoremap <Esc>l :vertical resize +5<CR>
nnoremap <leader>rh :vertical resize -5<CR> nnoremap <Esc>h :vertical resize -5<CR>
"location list and quickfix mappings "location list and quickfix mappings
nnoremap <leader>ll :botright lwindow<CR> nnoremap <leader>ll :botright lwindow<CR>