I'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…
Vimium – A browser extension that provides Vim-style keyboard controls
31–40 of 214 posts
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#32The occasional website having its own keybinds never stops being annoying, but it's easy to disable the extension per site
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#33Been using vimium for years. I have gotten so used to scrolling pages at different speed by pressing keys that whenever I am using someone else's computer I have to fight muscle memory. I also use it for clicking links through keybinds, but really the custom up/down is the main usage. The occasional website having its own keybinds never stops being annoying, but it's easy to disable the extension per site
Maybe there's something to be learned by browser designers. It's not just the fact it's on the home row and muscle memory for Vim users. The default speed for down/up arrow scrolling and lack of smoothing is just not the same.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#34Been using vimium for years. I have gotten so used to scrolling pages at different speed by pressing keys that whenever I am using someone else's computer I have to fight muscle memory. I also use it for clicking links through keybinds, but really the custom up/down is the main usage. The occasional website having its own keybinds never stops being annoying, but it's easy to disable the extension per site
100%. Scrolling with arrows/mouse instead of hitting j or k just feels uncomfortable. Maybe there's something to be learned by browser designers. It's not just the fact it's on the home row and muscle memory for Vim users. The default speed for down/up arrow scrolling and lack of smoothing is just not the same.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#35I'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…
As the website author, you can see which extensions the client browser is running, no? Wouldn't that make it your responsibility to detect then disable your custom keybindings rather than the users's?
No, not really. Not unless it specifies certain `web_accessible_resources` which you try to load - but that's a bit of a hack, needs to be done on an extension-by-extension basis, and won't even work for all extensions.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#36For Firefox there's also https://github.com/tridactyl/tridactyl
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#37Re: Vimium – A browser extension that provides Vim-style keyboard controls
#38I'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…
Or Vimium users could RTFM.
Re: Vimium – A browser extension that provides Vim-style keyboard controls
#39I'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…
As the website author, you can see which extensions the client browser is running, no? Wouldn't that make it your responsibility to detect then disable your custom keybindings rather than the users's?
Plus in the case of your parent, their website implements vim keybindings, so basically all of them are going to conflict with this extension, and it's going to be pretty useless if they detect that situation and react by changing all of them to something non-standard.