Skip to content

Instantly share code, notes, and snippets.

@jjhidalgar
Last active January 14, 2022 14:51
Show Gist options
  • Select an option

  • Save jjhidalgar/578c2fc5788838b414b5ce1dca16bf1c to your computer and use it in GitHub Desktop.

Select an option

Save jjhidalgar/578c2fc5788838b414b5ce1dca16bf1c to your computer and use it in GitHub Desktop.
Jaimehrubiks Surfingkeys config
// Jaimehrubiks
map('?', 'u');
map('u', 'e');
map('J', 'E');
map('K', 'R');
map('F', 'gf');
map('H', 'S');
map('L', 'D');
Hints.characters = "asdfgqwerhluiop";
Hints.scrollKeys = "jk"
settings.tabsThreshold = 0;
settings.newTabPosition = "default";
settings.tabsMRUOrder = false;
settings.historyMRUOrder = false;
settings.nextLinkRegex = /((>>|next|siguiente)+)/i
settings.prevLinkRegex = /((<<|anterior|prev(ious)?)+)/i
settings.modeAfterYank = "Normal";
// unmap('<Ctrl-i>');
/*
mapkey('F', 'Open a link in new window', function() {
Hints.create("a:visible", function(link, event) {
window.open(link.getAttribute('href'));
})
});
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment