Last active
May 7, 2018 02:44
-
-
Save lstrgiang/cb8cac96eeb324b7e01024a8a0bbbf6e to your computer and use it in GitHub Desktop.
Surfing key configuration
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
// 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