Created
October 17, 2018 15:34
-
-
Save waynehoover/41fa63de2e0227a1d0f8e8622acd88c9 to your computer and use it in GitHub Desktop.
surfing keys config
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
vmap('<ArrowRight>', 'l') | |
vmap('<ArrowLeft>', 'h'); | |
vmap('<ArrowUp>', 'k'); | |
vmap('<ArrowDown>', 'j'); | |
// cvim shortcuts | |
map('K', 'R'); | |
map('J', 'E'); | |
map('H', 'S'); | |
map('L', 'D'); | |
settings.tabsThreshold = 0; | |
settings.smoothScroll = false; | |
settings.startToShowEmoji = 2; | |
iunmap(":"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment