diff --git a/config/shortcuts.vim b/config/shortcuts.vim index 92d6492..545e03c 100644 --- a/config/shortcuts.vim +++ b/config/shortcuts.vim @@ -154,8 +154,10 @@ map l nmap wv :vsplit nmap wh :split nmap wt :tabnew -nmap + :vertical resize +5 -nmap - :resize +5 +nmap v+ :exe "vertical resize +".v:count1 +nmap v- :exe "vertical resize -".v:count1 +nmap h- :exe "resize -".v:count1 +nmap h+ :exe "resize +".v:count1 " Zoom the current focused split