Skip to content

Instantly share code, notes, and snippets.

@raags
Last active August 31, 2019 04:51
Show Gist options
  • Save raags/bc9890c4206d12a1a87ad70477ec597a to your computer and use it in GitHub Desktop.
Save raags/bc9890c4206d12a1a87ad70477ec597a to your computer and use it in GitHub Desktop.
surfingkeys
map("<Ctrl-u>", "e");
map("<Ctrl-d>", "d");
map("<Ctrl-n>", "R");
map("<Ctrl-p>", "E");
map("<Ctrl-o>", "S");
map("<Ctrl-i>", "D");
map("u", "X");
map("<Ctrl-[>", "<Esc>");
settings.smoothScroll = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment