From 7b1ace9374f82c1caae28071943191def44ae96b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 8 Nov 2024 17:28:50 +0100 Subject: Add commands for resizing the panes --- .vimrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index b3f4b60..2dffb7e 100644 --- a/.vimrc +++ b/.vimrc @@ -147,10 +147,14 @@ nnoremap h :wincmd h nnoremap j :wincmd j nnoremap k :wincmd k nnoremap l :wincmd l -nnoremap ml L -nnoremap mk K +nnoremap H 20< +nnoremap J 10- +nnoremap K 10+ +nnoremap L 20> nnoremap mh H nnoremap mj J +nnoremap mk K +nnoremap ml L """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Specific FileTypes configurations -- cgit v1.2.3