resize increment value increased

This commit is contained in:
ManjaroOne666 2017-09-28 10:24:07 +01:00
parent 4e0e012f3f
commit c4895dd7bf
1 changed files with 4 additions and 4 deletions

8
vimrc
View File

@ -132,10 +132,10 @@ nnoremap <C-j> <C-w>j
" need to use <Esc>j because urxvt sends the character prefixed with Escape
" instead of setting the eighth bit
" see https://unix.stackexchange.com/a/199705
nnoremap <Esc>j :resize +1<CR>
nnoremap <Esc>k :resize -1<CR>
nnoremap <Esc>l :vertical resize +1<CR>
nnoremap <Esc>h :vertical resize -1<CR>
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 <leader>ep :lprev<CR>
nnoremap <leader>en :lnext<CR>