Skip to content

Instantly share code, notes, and snippets.

@ndelage
Created November 7, 2014 02:53
Show Gist options
  • Save ndelage/f258fa9c6bc1beb985d1 to your computer and use it in GitHub Desktop.
Save ndelage/f258fa9c6bc1beb985d1 to your computer and use it in GitHub Desktop.
faster split swtiching
" use ctr h & l to switch between windows, skip need to crt w + l
map <C-H> <C-W>h
map <C-L> <C-W>l
" same for j & k
map <C-J> <C-W>j
map <C-K> <C-W>k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment