Look ma, no mouse: Vimium
61–70 of 111 posts
Re: Look ma, no mouse: Vimium
#62I remain skeptical that keyboard only approaches are better than a well designed interaction with mouse and keyboard. At least with Acme on Plan 9 I’ve found mousing to be fast, efficient, and comfortable.
Re: Look ma, no mouse: Vimium
#63Re: Look ma, no mouse: Vimium
#64Some nice people have kept one alive for Safari as well https://github.com/televator-apps/vimari but there's only so much they can do. It's almost useless.
I tried Vimium-FF (https://addons.mozilla.org/en-GB/firefox/addon/vimium-ff) and many other Vim like add-ons in last 2-3 months (after I decided to give Firefox another try after Pocket; and the possibility of ditching MacOS in my personal usage), but no, these plugins are nearly nowhere as useable as they used to be. Page reloads, redirects, weird behaviours at anything I try to do.
Maybe I can spend hours (over days) and have a perfect config file and maybe, just maybe, it will work as intended but then again it might break with next version or next browser update/upgrade.
My most used features were "/" followed by "n" and "shift+n", "t" -> open and "w" -> close tab, "f", "o" -> getting focus in address bar. I think I will rather give up.
Somehow I don't like to tinker anymore in the personal computer usage scenarios and maybe it's people like me who have caused/convinced companies like Apple to close things down and try to make apps and machines simpler (at which they have failed specularly).
Re: Look ma, no mouse: Vimium
#65I remain skeptical that keyboard only approaches are better than a well designed interaction with mouse and keyboard. At least with Acme on Plan 9 I’ve found mousing to be fast, efficient, and comfortable.
My main problem is the high cost of repeatedly switching between mouse and keyboard. Type a sentence, move to your mouse, click a link, move back to keyboard, type another sentence, move to your mouse again... It gets repetitive and tiring after a while.
I do tend to use Tab to move between text entry fields...
Re: Look ma, no mouse: Vimium
#66Re: Look ma, no mouse: Vimium
#67Re: Look ma, no mouse: Vimium
#68Unusable because the vi-mode keybindings aren't available until the page finishes loading. Qutebrowser is far superior. Mozilla STILL refuse to produce a "libfirefox" like Chromium does with the CEF (Chromium Embedded Framework). This is incredibly selfish of Mozilla, they insist on being the only ones who can produce a browser using their browser engine, forcing Tor Browser to devote massive resources to maintaining…
I'm fairly sure Mozilla wished they had a libfirefox (e.g. their mobile browsers suffer from not having that), but Firefox is badly designed to make one and they didn't want to invest the resources needed to do such a deep refactoring. Maybe one can be made from the new Android FF, which as far as I understand is a more separated out code base.
Re: Look ma, no mouse: Vimium
#69Earlier quoted context omitted.
How do you copy / paste text in that setup? Often I need to copy text from browser and paste into vim.
You can search for text, then press `v` to go to visual mode, and then `y` to yank. There’s also a caret mode you can get into with `vc` that then let’s you move a caret around the page with the motion keys, and you can use it to highlight and yank text like you would in vim.
Re: Look ma, no mouse: Vimium
#70Of course it's probably too hard to make it compatible with all the different types of text boxes, so I'm envisioning a shortcut that you can press, which brings up a small editing window, where you can use vim commands, and then you can copy and paste into whatever text field you want.