Tried 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…
The few times that happens to me I just hit “i” to enter insert mode and try again.
Vimium – A browser extension that provides Vim-style keyboard controls
21–30 of 214 posts
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#22Vimium disables the browser's backward-forward cache (by listening to the "unload" event), causing navigation to be much slower.
There is also no way for a website owner to warn a Vimium user of conflicting keybindings. I run a website which implements Vim keybindings and several of my users complain that it doesn't work. I have to remind them to disable Vimium. This issue has been open on their GitHub for more than 4 years with no end in sight.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#23I also recommended vimium-c ( https://github.com/gdh1995/vimium-c ). It's like vimium on steroid: with a bunch of additional useful features.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#24It does not compare directly with the old vimperator addon but it works great for regular browser navigation.
The only occasional glitch I saw was in UI for adding site exceptions.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#25I also recommended vimium-c ( https://github.com/gdh1995/vimium-c ). It's like vimium on steroid: with a bunch of additional useful features.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#26For those looking to replace the mouse at the OS level on macOS (similar vibe), Scoot is pretty good for that... https://github.com/mjrusso/scoot
On MacOS I've been using homerow.app which does the same thing as Scoot but looks a bit more polished.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#27Re: Vimium – A browser extension that provides Vim-style keyboard controls
#28I used this everyday for the past 3 years. can't imagine browsing without it
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#29Re: Vimium – A browser extension that provides Vim-style keyboard controls
#30I've been using Vimium for quite some time now, and while I like it, there are two things which annoy the hell out of me. Vimium disables the browser's backward-forward cache (by listening to the "unload" event), causing navigation to be much slower. There is also no way for a website owner to warn a Vimium user of conflicting keybindings. I run a website which implements Vim keybindings and several of my users compl…