What does HackerNews think of Surfingkeys?
Map your keys for web surfing, expand your browser with javascript and keyboard.
Language:
JavaScript
SurfingKeys browser extension does (or used to) bundle this extension
I settled with Surfingkeys after I tried Vimium, Vimium C, Pentadactyl and Vimperator.
Here's my Surfingkeys configuration as an ex-Vimium user:
api.map('F', 'gf');
api.Hints.setCharacters("asdgqwertzxcvb");
It makes open in new tab behave like Vimium and f work like a toggle.Hope this helps someone looking for a better option migrating from Vimium.
Tridactyl's key feature is "native messaging".
A further alternative is https://github.com/brookhong/Surfingkeys. Its key feature is a javascript configuration - allowing you to bind arbitrary javascript to a key.
Surfingkeys https://github.com/brookhong/Surfingkeys is a browser extension for surfing web with vim like interface. It has lots of built-in functionality, for example: focus on the first input, edit URL and visit the changed URL, go one path up in URL, go to audio playing tab, copy column(s) of a table, copy code blocks... It's extensible, you can bind JS functions to keymaps.
I've been using Surfing Keys on both FF and Chrome for awhile and it's been my favorite vim-like so far.