From 52b056ee9da0dc62631c5a71fa8cc5f40a454419 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 10 Dec 2020 15:01:49 +0100 Subject: [PATCH] Adjust split bindings --- .vimrc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.vimrc b/.vimrc index c606ac9..71617c2 100644 --- a/.vimrc +++ b/.vimrc @@ -47,18 +47,21 @@ let maplocalleader = ";" nmap ss :spw nmap sv :vsw -" Navigate splits +" Navigate splits nnoremap sw w nnoremap sh h nnoremap sj j nnoremap sk k nnoremap sl l -" Resize splits -nnoremap sH 8< -nnoremap sJ 8- -nnoremap sK 8+ -nnoremap sL 8> +" Resize splits +nnoremap sH 8< +nnoremap sJ 8- +nnoremap sK 8+ +nnoremap sL 8> + +" Resize to equal splits +nnoremap s= = " Keybindings: file tree