Earlier quoted context omitted.
I'm in a similar boat with RSI; Vimium is a huge help to me. What do you use for a windows manager?
I use Divvy as it was the only one I found that had the ability to scale up to larger number grids. https://mizage.com/windivvy/ You can see the rest of my ergonomic aids here: https://twitter.com/mbuckbee/status/1463598464252665866 - Kinesis Freestyle split keyboard tented and then tented even more with slanted yoga blocks - 4K monitor/tv to show multiple screens to reduce alt-tabbing - Magic trackpad mounted on a c…
Vimium – A browser extension that provides Vim-style keyboard controls
191–200 of 214 posts
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#192(I'm one of the authors) Love seeing this on HN today! It seems to get some front page attention every couple of years. Thank you everyone for the encouragement! Related: last week I published a very similar extension, but for Google Sheets. https://github.com/philc/sheetkeys
(I am about to use it to press the "reply" button to submit this comment. It's fantastic.)
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#193Tried using this recently. Even though I use vim daily I haven't made good use of Vimium yet. In fact I found it more annoying because it naturally breaks sites that I do know keybindings for like YouTube. Overall I don't want to come across as critical of of something that just needs a little effort to use, more of just setting expectations. Normally this would be less of an issue but for me, I ran into this problem…
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#194I used Vimperator on Firefox about 10 years ago. Back then it was fantastic, but I think the add-on environment has changed in FF (WebExtensions) since then and add-ons aren't as powerful. I've used Vimium on Chrome. Every few years I get excited, install it, feel 10x more productive, and then a few days later uninstall it. As I recall, it doesn't work on the New Tab page. It doesn't work if the address bar is in foc…
Well, I never want the site's keybindings anyways. They are without a fault, always worse than the general-purpose navigation offered by the extension (I use Surfingkeys, but it's the same idea). Unfortunately, the extension cannot always overpower site's key-bindings, and that's where it sucks. However, there's one exception to that rule: every now and then I need to work with a VNC in the browser, and in that speci…
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#195I 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. [0] https://github.com/brookhong/Surfingkeys
Could you expand on the advantages of Surfingkeys compared to the 4 other options that you mention?
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#196Earlier quoted context omitted.
Well, I never want the site's keybindings anyways. They are without a fault, always worse than the general-purpose navigation offered by the extension (I use Surfingkeys, but it's the same idea). Unfortunately, the extension cannot always overpower site's key-bindings, and that's where it sucks. However, there's one exception to that rule: every now and then I need to work with a VNC in the browser, and in that speci…
You can use to disable SurfingKeys for that specific website instead of disabling it globally.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#197One Vimium feature that I use a lot is the "Vomnibar". As a heavy bookmarks user, it lets me easily search for any existing duplicates before bookmarking a page by just pressing 'b'. If I start the search with "/ ", it will show the full path to the bookmark folder too!
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#198Earlier quoted context omitted.
I don’t think any of those browsers have the rich extensions I need. For this sole reason, they are out of the competition.
Just out of curiosity, what extensions do you need for your day-to-day use?
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#199Earlier quoted context omitted.
You can use to disable SurfingKeys for that specific website instead of disabling it globally.
There isn't any specific site to disable. It's just an IP that was allocated randomly to my cluster on the VPN I'm connected to. But, sometimes they also have domain names because I need that. Anyways, my point was: it's not that much of a burden really.
// privacy.resistFingerprinting breaks alt keybindings
api.map('', '');
api.unmap('');
SurfingKeys remembers disabled websites so it can be a time-saver.Re: Vimium – A browser extension that provides Vim-style keyboard controls
#200Earlier quoted context omitted.
Is there a Linux version? It looks very handful
On linux, you can just install one of the DEs that are keyboard driven. Rat poison is one. I used that with Conkeror (a fully keyboard driven browser with emacs keys) for a long time.