Tridactyl: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (→Some useful bindings: better) |
Claas (Diskussion | Beiträge) (Corrected link) |
||
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
* [https://tridactyl.xyz/ homepage] | |||
* [https://github.com/tridactyl/tridactyl github] | |||
* [https://github.com/tridactyl/tridactyl/wiki wiki] | |||
== Some useful settings == | == Some useful settings == | ||
* set smoothscroll true | * set smoothscroll true | ||
Zeile 6: | Zeile 10: | ||
* bind q scrollpage 0.3 | * bind q scrollpage 0.3 | ||
* bind k scrollline -5 | * bind k scrollline -5 | ||
* bind c clipboard yank | |||
* bind y tabmove ^ | * bind y tabmove ^ | ||
* bind Y tabmove $ | * bind Y tabmove $ | ||
Zeile 11: | Zeile 16: | ||
* bind k scrollline -5 | * bind k scrollline -5 | ||
* bind e hint -JW open | * bind e hint -JW open | ||
* bind gF hint -qb (Change since the old one is deprecated) | |||
== Most useful keys == | == Most useful keys == | ||
* p/P Open link in clipboard in (new) tab | |||
* ;y Copy (yank) link target to clipboard | * ;y Copy (yank) link target to clipboard | ||
* gF Open multiple tabs in background | |||
* ;I Open image in new tab | * ;I Open image in new tab | ||
* ;p Copy an element's text to the clipboard | * ;p Copy an element's text to the clipboard | ||
Zeile 20: | Zeile 28: | ||
* yy Copy the current URL to your clipboard | * yy Copy the current URL to your clipboard | ||
* >> Move tab to right | * >> Move tab to right | ||
* m[key], `[key] Mark current page position, jump to mark |
Aktuelle Version vom 28. Februar 2024, 12:36 Uhr
Some useful settings
- set smoothscroll true
- set scrollduration 450
Some useful bindings
- bind q scrollpage 0.3
- bind k scrollline -5
- bind c clipboard yank
- bind y tabmove ^
- bind Y tabmove $
- bind j scrollline 5
- bind k scrollline -5
- bind e hint -JW open
- bind gF hint -qb (Change since the old one is deprecated)
Most useful keys
- p/P Open link in clipboard in (new) tab
- ;y Copy (yank) link target to clipboard
- gF Open multiple tabs in background
- ;I Open image in new tab
- ;p Copy an element's text to the clipboard
- F7 or v enters visual mode
- . Repeat last action
- yy Copy the current URL to your clipboard
- >> Move tab to right
- m[key], `[key] Mark current page position, jump to mark