You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hugh Williams edited this page May 31, 2020
·
5 revisions
Welcome to the Tridactyl wiki.
Please feel free to add any hints and tips you have for Tridactyl to these pages.
Here's a few of my favourites to get us started:
Have ZZ correctly restore multiple windows (with the requisite about:preferences setting set) on Linux with the native messenger installed: bind ZZ !s killall firefox
Hint toggle hint mode for HackerNews on ;c: bind ;c hint -c [class*="expand"],[class="togg"]
Detach tabs for multitasking: bind gd tabdetach and bind gD composite tabduplicate; tabdetach.
g? lets you see the world in a totally new yvtug.
Map keys to keys with the native messenger installed and xdotool:
bind --mode=insert <C-j> !s xdotool key Down
bind --mode=insert <C-k> !s xdotool key Up
Open hint link in Firefox reader mode:
composite hint -pipe a href | jsb -p tri.excmds.tabopen("about:reader?url=" + JS_ARG)