Created
November 7, 2014 02:53
-
-
Save ndelage/f258fa9c6bc1beb985d1 to your computer and use it in GitHub Desktop.
faster split swtiching
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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