Earlier quoted context omitted.
Signed builds are available here: https://github.com/willsALMANJ/pentadactyl-signed/releases It works for me on Firefox 50.1.0 But the move away from XUL is indeed worrisome for plugins like these... I kinda hope someone will just build it into the servo project and make that into a usable minimal browser.
Why aren't these on addons.mozzila.org or on the official Pentadactyl site? I'm a little wary of installing addons from some random github repo.
Vimperator: a Vim-like Firefox
91–100 of 100 posts
Re: Vimperator: a Vim-like Firefox
#92I love Vimperator - unfortunately, it's incompatible with e10s (multiprocess Firefox) and it is also completely dependent on the deprecated XUL. Replacing that would essentially be a ground-up rewrite[0]. It looks like Vimperator is likely not going to be updated to work with newer versions of Firefox, which is a real shame, because it works far better than any alternative I've found for either Firefox or Chrome. I e…
https://bugzilla.mozilla.org/show_bug.cgi?id=1215061 https://github.com/lydell/webextension-keyboard
Re: Vimperator: a Vim-like Firefox
#93Earlier quoted context omitted.
Serious question: Is there a way to scroll without using the arrow keys, scroll by pages without PgUp/PgDn, etc? I didn't see anything in the links you provided, and those buttons aren't very convenient on most keyboards I've used.
Yep. You can use Space to scroll a page down and Shift+Space to scroll a page up. For more precise scrolling, though, you will have to use the arrow keys or the mouse.
Re: Vimperator: a Vim-like Firefox
#94Earlier quoted context omitted.
How do you make the tabs go away?
In Vimperator, :set toolbars=none will hide the tabs. If you mean the extra blank space at the top left by hidden tabs, then go to customize menu (:dialog customizetoolbar or burger menu next to address bar → customize) and enable Title Bar[1]. It will hide the extra space when use with toolbars=none. [1]: https://files.grid.in.th/UHj8F1.png
Re: Vimperator: a Vim-like Firefox
#95Earlier quoted context omitted.
Yes! I love being able to click on links from the keyboard! Sadly, a lot of new interfaces make it hard for programs to recognize clickable links. I went through a phase where I became obsessed with doing everything from the keyboard rather than mouse[1] and that led me to pentadactyl (and then to vim[2]), an add-on I fell in love with. When the FF upgrades made it stop working I read the docs for how to compile pent…
> Yes! I love being able to click on links from the keyboard! You don't need an extension to do that in Firefox. Press the key and start typing, you'll get an incremental search like gives you, but limited to hyperlink text. Once it's highlighted any bit of the link you want, press to follow it. Works in Seamonkey, too.
Re: Vimperator: a Vim-like Firefox
#96Earlier quoted context omitted.
Totally not even remotely the same thing. You need to type several times as many characters in the best case and it will select the first instance of a string even if it's nowhere near your cursor. Additionaly you can't search for links that are graphics
Actually, it doesn't select the first instance in the document but rather the first after your cursor. And you can use ' instead of / to select only links. It allows you to open links without using the mouse, so saying it is not exactly the same thing would be more accurate than saying it is "not even remotely the same thing."
Re: Vimperator: a Vim-like Firefox
#97Is it possible (in VimFX) to remap the (Shift) Escape? E.g. in my ~/.vimrc I use imap jj How users can live with Vim's default behavior (Escape, Ctrl-C, Ctrl-[) is mysterious to me (I do not like hitting Ctrl). :)
system bind caps -> ctrl. reduce stress on the pinky
Re: Vimperator: a Vim-like Firefox
#98Earlier quoted context omitted.
Not GP but same situation. Firefox isn't always great. Start-up time is really slow, hogs a lot of memory, unnecessarily slow and sluggish and most sites are primarily engineered for WebKit/Blink -based browser engines these days.
Lot's of memory? Firefox nowadays uses less then Chrome (Chrome one process per tab is a killer for free RAM). As for websites engineered for WebKit/Blink I haven't seen that yet, but I was afraid it might happen eventually - new IE6 (or was it IE5?) will happen again :(.
Re: Vimperator: a Vim-like Firefox
#99Earlier quoted context omitted.
I switched to VimFx so I could get electrolysis working. I had to tweak scrolling speed quite drastically and and there are some behavioural differences which means I have to unlearn some muscle memory. However, with the classic theme restorer addon the UI is compressed enough that it doesn't bother me much and I can use the keyboard for almost everything. I still wish I could have the command line back though. Annoy…
I switched to VimFx recently for the same reason. Actually, the ":" shortcut for the GCLI command line is a VimFx shortcut, not a standard Firefox one. The GCLI can be customized. See for example: https://developer.mozilla.org/en-US/docs/Tools/GCLI/Writing_... I added a command to toggle a preference in about:config that I switch often. It is kind of a pain to write and debug commands for the GCLI though (compared to…
Re: Vimperator: a Vim-like Firefox
#100I used to be a user of pentadactyl, but never liked how it changed the entire look of the browser. Just last a couple of days ago, I found VimFx which is exactly what I always wanted. It's also open source at https://github.com/akhodakivskiy/VimFx