Last active
January 14, 2022 14:51
-
-
Save jjhidalgar/578c2fc5788838b414b5ce1dca16bf1c to your computer and use it in GitHub Desktop.
Jaimehrubiks Surfingkeys config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Jaimehrubiks | |
api.map('?', 'u'); | |
api.map('u', 'e'); | |
api.map('J', 'E'); | |
api.map('K', 'R'); | |
api.map('F', 'gf'); | |
api.map('H', 'S'); | |
api.map('L', 'D'); | |
api.Hints.characters = "asdfgqwerhluiop"; | |
api.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"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment