Skip to content

Instantly share code, notes, and snippets.

@Accacio
Last active December 9, 2018 14:16
Show Gist options
  • Save Accacio/7e8ebf00d237e1e4fca8b7b2c658f106 to your computer and use it in GitHub Desktop.
Save Accacio/7e8ebf00d237e1e4fca8b7b2c658f106 to your computer and use it in GitHub Desktop.
surfing_keys
// an example to create a new mapping `ctrl-y`
mapkey('<Ctrl-y>', 'Show me the money', function() {
Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment