Live data from Hacker News

Vimium – A browser extension that provides Vim-style keyboard controls

vimium.github.io

121–130 of 214 posts

Re: Vimium – A browser extension that provides Vim-style keyboard controls

#121
I used Vimium for a while, mainly for the feature of opening links with the keyboard. But I never stuck with it, forgot to use it, because I really don't like the mode-switching and having it default to taking over keyboard input.

Finally found Link Hints, which does only the link opening part, but better (IMO), and with normal keyboard shortcuts. Now I'm constantly using it.

https://addons.mozilla.org/en-US/firefox/addon/linkhints/

Re: Vimium – A browser extension that provides Vim-style keyboard controls

#122

I used to be a loving VimFX [0] user. It had intelligent link hints (essentially, links it thinks you are likely to want, e.g. because they're big, get single-key shortcuts). The scrolling was actually native, as in equivalent to hitting the arrow keys. I don't think any of the other Vim emulator plugins ever replicated that. Vimium doesn't, Tridactyl doesn't, and Vim Vixen was horribly broken. Apparently VimFX still…

What do you miss about native scrolling?

IMO the scrolling in Tridactyl is better than native as it can work even when the page has put focus somewhere daft (like a pop-up).

Re: Vimium – A browser extension that provides Vim-style keyboard controls

#123

The "f" mode in Vimium is just wonderful. I wish that I could have a system-wide keyboard just like that. I seem to remember in Windows 7, there was some sort of voice assistant, that could similarly put a label on every visible clickable element. That was for voice command, but would be great for keyboard navigation, too.

I saw this for Windows here on HN once. I’m not sure this[0] is it, but the demo looks promising.

[0] https://github.com/pit-ray/win-vind

Re: Vimium – A browser extension that provides Vim-style keyboard controls

#124
post #80

For me the killer feature is regexp search. It's a shame standard CTRL+F is doing just exact matching.

Remember when Opera had link search? Such a shame those features are dead nowadays

Firefox has link search built-in, just press '

Re: Vimium – A browser extension that provides Vim-style keyboard controls

#127
post #57

For those using firefox there is tridactyl available as others have commented as well. They've gone a step further introducing native messaging [1][2] which opens up an endless ways of interacting with the underlying OS which makes implementing all sorts of useful day-to-day functionality such as personal automation a joyful breeze. For example, saving the current page in a local file can be as easy as: tri.excmds.ex…

If you're sending untrusted strings to the native messenger, it would be best to escape them with shellescape - https://github.com/tridactyl/tridactyl/blob/f2479c64761358c6...

Otherwise a malicious website targeting Tridactyl users who use the native messenger could gain shell access when you triggered your command on them.

Re: Vimium – A browser extension that provides Vim-style keyboard controls

#128

Earlier quoted context omitted.

That used to be my solution for managing tabs in chrome. Every few months it would just crash, I'd lose all my tab, and I'd think "probably for the best". Now chrome is a lot more stable :/.

This causes me some level of anxiety. An important end of day ritual for me is to close every tab I'm not 100% sure I will need the next morning.

My approach is to use Firefox Nightly and restart it whenever it prompts me to do so. Keeps me at a low tab count :)

Re: Vimium – A browser extension that provides Vim-style keyboard controls

#130
post #126

There's also a free, open source vim style browser called Qutebrowser which you can control like Vim if that's your thing. It works well, also with complicated web sites. https://qutebrowser.org/

I have been using qutebrowser for some time now and it's pretty nice if you can accept having a browser without UBlock Origin and other extensions ranging from nice-to-have to obligatory. The main advantage and the reason and I can't get myself to switch to Firefox is that it's vim-UX is just flawless. It works amazingly well and is just magnitudes better than any Firefox or Chrome extension that adds vim-UX on top since it's built into the browser natively in qutebrowser.

Maybe I'll switch away some time in the future, but for now the flawless vim-UX, its customizability and my many scripts and custom bindings I've written for it keep my locked in the qutebrowser garden, haha!

Post reply on HN