Skip to content

Instantly share code, notes, and snippets.

@lstrgiang
Last active May 7, 2018 02:44
Show Gist options
  • Save lstrgiang/cb8cac96eeb324b7e01024a8a0bbbf6e to your computer and use it in GitHub Desktop.
Save lstrgiang/cb8cac96eeb324b7e01024a8a0bbbf6e to your computer and use it in GitHub Desktop.
Surfing key configuration
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
map('gt', 'T');
// an example to remove mapkey `Ctrl-i`
unmap('<Ctrl-i>');
map('<Ctrl-]>', 'R');
map('<Ctrl-[>', 'E');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment