Simplified Vim resizing cmds.
This commit is contained in:
parent
0f14a70a1a
commit
831c9f595d
1 changed files with 3 additions and 2 deletions
|
@ -70,8 +70,9 @@
|
||||||
nmap <C-S> <C-W>s
|
nmap <C-S> <C-W>s
|
||||||
nmap + <C-W>+
|
nmap + <C-W>+
|
||||||
nmap - <C-W>-
|
nmap - <C-W>-
|
||||||
nnoremap <silent> <C-]> :vertical resize +4<CR>
|
nmap <C-]> 4<C-w>>
|
||||||
nnoremap <silent> <C-[> :vertical resize -4<CR>
|
nmap <C-[> 4<C-w><
|
||||||
|
|
||||||
|
|
||||||
cnoremap <C-A> <Home>
|
cnoremap <C-A> <Home>
|
||||||
cnoremap <C-F> <Right>
|
cnoremap <C-F> <Right>
|
||||||
|
|
Loading…
Reference in a new issue