Last active
April 23, 2019 02:56
-
-
Save ytyubox/b0dd6e7e99182cd30c887d39aab312ab to your computer and use it in GitHub Desktop.
sVimrc
This file contains 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
map "ctrl+w" nextWindow | |
map "ctrl+W" previousWindow | |
unmap "w" | |
map "ctrl+k" nextTab | |
map "ctrl+j" previousTab | |
unmap "K" | |
unmap "J" |
Author
ytyubox
commented
Apr 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment