Last active
January 14, 2022 14:51
-
-
Save jjhidalgar/578c2fc5788838b414b5ce1dca16bf1c to your computer and use it in GitHub Desktop.
Revisions
-
jjhidalgar revised this gist
Jan 14, 2022 . 1 changed file with 9 additions and 19 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,15 @@ // 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"; @@ -20,13 +20,3 @@ settings.nextLinkRegex = /((>>|next|siguiente)+)/i settings.prevLinkRegex = /((<<|anterior|prev(ious)?)+)/i settings.modeAfterYank = "Normal"; -
jjhidalgar revised this gist
Oct 22, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -19,6 +19,7 @@ settings.historyMRUOrder = false; settings.nextLinkRegex = /((>>|next|siguiente)+)/i settings.prevLinkRegex = /((<<|anterior|prev(ious)?)+)/i settings.modeAfterYank = "Normal"; // unmap('<Ctrl-i>'); -
jjhidalgar revised this gist
Oct 13, 2017 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -12,8 +12,7 @@ Hints.characters = "asdfgqwerhluiop"; Hints.scrollKeys = "jk" settings.tabsThreshold = 0; settings.newTabPosition = "default"; settings.tabsMRUOrder = false; settings.historyMRUOrder = false; -
jjhidalgar revised this gist
Aug 26, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Hints.characters = "asdfgqwerhluiop"; Hints.scrollKeys = "jk" settings.tabsThreshold = 0; // settings.newTabPosition = "right"; settings.newTabPosition = "chromelike"; // Only for jaimehrubiks SurfingKeys build settings.tabsMRUOrder = false; settings.historyMRUOrder = false; -
jjhidalgar renamed this gist
Aug 25, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jjhidalgar created this gist
Aug 25, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ // 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 = "right"; settings.tabsMRUOrder = false; settings.historyMRUOrder = false; settings.nextLinkRegex = /((>>|next|siguiente)+)/i settings.prevLinkRegex = /((<<|anterior|prev(ious)?)+)/i // unmap('<Ctrl-i>'); /* mapkey('F', 'Open a link in new window', function() { Hints.create("a:visible", function(link, event) { window.open(link.getAttribute('href')); }) }); */