Skip to content

Instantly share code, notes, and snippets.

@tabooelf
tabooelf / surfing.keys.config.js
Last active October 7, 2025 14:20
Surfing.keys
// an example to create a new mapping `ctrl-y`
// api.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).');
// });
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
// api.map('gt', 'T');
// an example to remove mapkey `Ctrl-i`
// api.unmap('<ctrl-i>');