Adjust split bindings
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user