Skip to content

Instantly share code, notes, and snippets.

@grolongo
Created February 3, 2023 18:55
Show Gist options
  • Save grolongo/6564844a3b7b47994b43fd4cf52f0d24 to your computer and use it in GitHub Desktop.
Save grolongo/6564844a3b7b47994b43fd4cf52f0d24 to your computer and use it in GitHub Desktop.
surfingkeys custom settings
settings.aceKeybindings = "emacs";
api.map('f', 'gf'); // open link in a new non-focused tab
api.map('F', 'cf'); // open multiple links in non-focused tabs
api.map('n', 'j'); // scroll down
api.map('p', 'k'); // scroll up
api.map('b', 'S'); // back to previous page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment