Last Updated: February 25, 2016
·
430
· marchibbins

Move between splits and windows easily

Add the following mappings to use Ctrl+H/J/K/L to move between windows rather than Ctrl+W and motion.

map <C-j> <C-W>j
map <C-k> <C-W>k
map <C-h> <C-W>h
map <C-l> <C-W>l