Reviews for Tridactyl
Tridactyl by Colin Caine, Oliver Blanthorn
472 reviews
- Rated 5 out of 5by Firefox user 12812226, 7 years agoThanks to the developers for their great work. After Vimperator stopped working using Firefox was quite uncomfortable, but this plugin does a good job filling the gaps and from update to update it's getting better. Keep it up!
- Rated 4 out of 5by Firefox user 13569153, 7 years agoThis extension shows a lot of promise, and is currently the best webextension-based vim extension there is (of which I've used vimium, vim-vixen, and saka-key). I really like how easy it is rebind keys and use a "command mode" just like real vim. The developers of this extension update and improve things on a regular basis. There are some problems however:
- inability to change or disable the ugly new-tab page
- hint mode misses a few links on some websites
- ability to disable the extension on some websites (ignore mode is only temporary)
- ability to change the search engine when using the "open" command
- vim-like searching using /, ?, and n/N
- (probably an issue with webextensions) won't work on about: pages and addon pages
Even with the above issues, this extension is still very good and stable. I wish the developers luck in working around the limitations of webextensions API.Developer response
posted 7 years agoThanks for your kind words and feedback!
A couple of your issues have already been resolved at least partially:
You can change the default search engine with `set searchengine [keyword]` and add new search keywords with `searchsetkeyword [keyword] [url]`.
You can change the newtab page (at least, the one navigated to with `*open`) with `set newtab [url]`.
This does expose another issue, though: our documentation isn't very good yet. - Rated 3 out of 5by Firefox user 13554175, 7 years agoLooks promising, but can't figure out how to disable it for specific domains, so it's unusable for me at the moment.
Developer response
posted 7 years agoHi, thanks for your feedback.
You can press `I` to get into ignore mode and to leave it.
We don't yet have any per domain settings, but we have just finished the user configuration back end that was blocking it, so it should come soon. Check back in a few days or a week! - Rated 4 out of 5by pankona, 7 years ago
- Rated 5 out of 5by Firefox user 13485398, 7 years ago
- Rated 5 out of 5by heishizixingk, 7 years ago
- Rated 5 out of 5by Goldie Lin, 7 years ago
- Rated 5 out of 5by Firefox user 13508785, 7 years agoIt's still lagging much behind now "legacy" plugins such as vimperator or pentadactyl, but it's not only the best vim-like plugin there currently is, but it's also pretty good already.
- Rated 5 out of 5by BanditHijo, 7 years ago
- Rated 4 out of 5by Firefox user 12828257, 7 years ago
- Rated 5 out of 5by h2ero, 7 years ago
- Rated 3 out of 5by matbur, 7 years agoAddon is not working on few pages i.e. https://addons.mozilla.org or about:home. I've updated FF to ver. 57 and I hoped that there will be some good replacements for my favorite vimFx. I also don't like Tridactyl New Tab Page. I cannot find the shortcut for closing current tab.
I hope that when this addon will be better I change my rating.Developer response
posted 7 years agoThanks for your feedback. WebExtensions can't inject code onto addons.mozilla.org or pages with certain schemas. This is documented on the new-tab page, help page and on the readme :)
The new-tab page is a bit rubbish. We hope to change it soon.
The bind for closing a tab is `d`. - Rated 5 out of 5by Firefox user 13494469, 7 years ago
- Rated 5 out of 5by Firefox user 13491126, 7 years agoLooks like the best vimperator successor available.
- Rated 3 out of 5by Firefox user 13459211, 7 years ago
- Rated 5 out of 5by Firefox user 13460389, 7 years ago
- Rated 5 out of 5by Firefox user 13438236, 7 years agoJust upgraded to Firefox 58 and found that Vimperator no longer works :(
As I used to be a Pentadactyl user I decided to try Tridactyl. So far it behaves like a developing version of Pentadactyl and although its missing a few things, its pretty much intuitive. No manual needed so far.
So thanks. Nice start and works well with the new super-fast Firefox. - Rated 3 out of 5by Firefox user 13434881, 7 years ago
- Rated 2 out of 5by nikos, 7 years agoNo documentation. The user is just expected to know all the features. It's promising but without documentation useless.
Developer response
posted 7 years agoI totally agree! Thanks for trying it out.
We currently have some documentation on the new tab page and if you press colon, type "help" and then press enter. It isn't ideal as it is pretty much developer documentation, but it should give you an idea of the commands available.
Where we are totally failing is in giving feedback to users with error messages, and documenting the current bindings - but that's coming soon; we are also very bad for first time users of anything Vim-like, but an introduction for those people is quite a low priority because there are ~20K people for whom Vimperator will stop working on Tuesday, and we want to help them first.
Thanks again for giving us a go, and for the feedback.