mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-29 06:46:35 -04:00
config: change key binding for toggle-url-visible to Control+t
The default key binding for toggle-url-visible was, before this, ‘t’. This leads to a collision with the default value of ‘label-letters’, which includes ‘t’.
This commit is contained in:
parent
d4b365b55c
commit
3bb953d698
4 changed files with 8 additions and 3 deletions
|
|
@ -773,6 +773,9 @@ scrollback search mode. The syntax is exactly the same as the regular
|
|||
This section lets you override the default key bindings used in URL
|
||||
mode. The syntax is exactly the same as the regular **key-bindings**.
|
||||
|
||||
Be careful; do not use single-letter keys that are also used in
|
||||
*[url].label-letters*, as doing so will make some URLs inaccessible.
|
||||
|
||||
*cancel*
|
||||
Exits URL mode without opening an URL. Default: _Control+g
|
||||
Control+c Control+d Escape_.
|
||||
|
|
@ -789,7 +792,7 @@ mode. The syntax is exactly the same as the regular **key-bindings**.
|
|||
This action toggles between showing and hiding the URL on the jump
|
||||
label.
|
||||
|
||||
Default: _t_.
|
||||
Default: _Control+t_.
|
||||
|
||||
|
||||
# SECTION: mouse-bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue