Skip to content

Instantly share code, notes, and snippets.

@michaelmob
Last active May 26, 2026 02:45
Show Gist options
  • Select an option

  • Save michaelmob/e57b6e0e9986153178681b0264ee24e0 to your computer and use it in GitHub Desktop.

Select an option

Save michaelmob/e57b6e0e9986153178681b0264ee24e0 to your computer and use it in GitHub Desktop.
My Surfingkeys Configuration
// Fix (2022-12-30): Holding shift to open a link in a new non-active tab using hints
// https://github.com/brookhong/Surfingkeys/issues/1897
settings.hintShiftNonActive = true;
// Fix (2026-04-30): Restore <C-a> to select-all in a textbox instead of jumping to line start
// https://github.com/brookhong//issues/2315
api.iunmap('<Ctrl-a>');
// Hints
api.Hints.setCharacters('fdsarewg');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment