Skip to content

Instantly share code, notes, and snippets.

@kepi
Created May 21, 2016 16:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kepi/42b2c67d1a0720a5796def51846e125d to your computer and use it in GitHub Desktop.
Save kepi/42b2c67d1a0720a5796def51846e125d to your computer and use it in GitHub Desktop.
my Surfingkeys Settings
// an example to create a new mapping `ctrl-y`
mapkey('<Ctrl-y>', 'Show me the money', function() {
});
// an example to replace `u` with `?`, click `Default mappings` to see how `u` works.
map('?', 'u');
// an example to remove mapkey `Ctrl-i`
unmap('<Ctrl-i>');
map('<Alt-k>', 'E');
map('<Alt-j>', 'R');
// click `Save` button to make above settings to take effect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment