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