resizing vim windows factor is now 1
This commit is contained in:
parent
043c0f0655
commit
41448d9ca9
|
@ -91,7 +91,7 @@ map <Leader>" :vsplit<CR>
|
|||
map <Leader>% :split<CR>
|
||||
|
||||
" resize windows
|
||||
nnoremap <C-Left> :vertical resize -5<CR>
|
||||
nnoremap <C-Right> :vertical resize +5<CR>
|
||||
nnoremap <C-Up> :resize -2<CR>
|
||||
nnoremap <C-Down> :resize +2<CR>
|
||||
nnoremap <C-Left> :vertical resize -1<CR>
|
||||
nnoremap <C-Right> :vertical resize +1<CR>
|
||||
nnoremap <C-Up> :resize -1<CR>
|
||||
nnoremap <C-Down> :resize +1<CR>
|
||||
|
|
Loading…
Reference in New Issue