Skip to content

Instantly share code, notes, and snippets.

@waynehoover
Created October 17, 2018 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waynehoover/41fa63de2e0227a1d0f8e8622acd88c9 to your computer and use it in GitHub Desktop.
Save waynehoover/41fa63de2e0227a1d0f8e8622acd88c9 to your computer and use it in GitHub Desktop.
surfing keys config
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