From 224f85eeae937ccb6987c0c69dc619063f487569 Mon Sep 17 00:00:00 2001 From: don philipe Date: Thu, 20 Jul 2023 10:05:28 +0200 Subject: [PATCH] Vim window resize by arrow keys --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vimrc b/.vimrc index 4b03395..7c9a03e 100644 --- a/.vimrc +++ b/.vimrc @@ -38,6 +38,12 @@ nmap :tabnew nmap :tabprev nmap :tabnext +" Resize windows with arrow keys +nmap :res -1 +nmap :res +1 +nmap :vertical res -1 +nmap :vertical res +1 + " redefine some default colors highlight Search ctermfg=Black highlight Comment ctermfg=012