Adjust split bindings
parent
a38bca749e
commit
52b056ee9d
11
.vimrc
11
.vimrc
|
@ -55,10 +55,13 @@ nnoremap sk <c-w>k
|
|||
nnoremap sl <c-w>l
|
||||
|
||||
" Resize splits
|
||||
nnoremap sH <C-w>8<
|
||||
nnoremap sJ <C-w>8-
|
||||
nnoremap sK <C-w>8+
|
||||
nnoremap sL <C-w>8>
|
||||
nnoremap sH <c-w>8<
|
||||
nnoremap sJ <c-w>8-
|
||||
nnoremap sK <c-w>8+
|
||||
nnoremap sL <c-w>8>
|
||||
|
||||
" Resize to equal splits
|
||||
nnoremap s= <c-w>=
|
||||
|
||||
" Keybindings: file tree
|
||||
|
||||
|
|
Loading…
Reference in New Issue