Skip to content
Snippets Groups Projects
Unverified Commit 2089e1c5 authored by amtoine's avatar amtoine
Browse files

fix split resize bindings

parent 6fb9910b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ nmap("<leader>wK", "<C-w>K", "Move [w]indow up")
nmap("<leader>wL", "<C-w>L", "Move [w]indow to the right")
-- These mappings control the size of splits (height/width)
nmap("<leader>ww", "<c-w>5<", "Make [w]indow [w]ider")
nmap("<leader>wn", "<c-w>5>", "Make [w]indow [n]arrower")
nmap("<leader>ww", "<c-w>5>", "Make [w]indow [w]ider")
nmap("<leader>wn", "<c-w>5<", "Make [w]indow [n]arrower")
nmap("<leader>wt", "<C-W>+", "Make [w]indow [t]aller")
nmap("<leader>ws", "<C-W>-", "Make [w]indow [s]horter")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment