Skip to content

Instantly share code, notes, and snippets.

@cdpath
Last active January 17, 2024 14:16
Show Gist options
  • Save cdpath/0045a3f28cfd477af3129d1ff5e0c6fe to your computer and use it in GitHub Desktop.
Save cdpath/0045a3f28cfd477af3129d1ff5e0c6fe to your computer and use it in GitHub Desktop.
surfingkeys_conf
const {
map,
unmap,
iunmap
} = api;
// unmap('w');
// unmap('e');
map('w', 'E');
map('e', 'R');
map('d', 'x');
map('u', 'X');
unmap('<Cmd-l>');
unmap('<Cmd-r>');
iunmap('<Ctrl-f>');
iunmap('<Ctrl-e>');
settings.scrollStepSize = 200;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment