resize increment value increased
This commit is contained in:
parent
4e0e012f3f
commit
c4895dd7bf
8
vimrc
8
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue