mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
config: change default key binding for toggle-url-visible to ‘t’
This commit is contained in:
parent
06a9ffa763
commit
4ff5154cb8
3 changed files with 3 additions and 3 deletions
2
config.c
2
config.c
|
|
@ -2108,7 +2108,7 @@ add_default_url_bindings(struct config *conf)
|
|||
add_binding(BIND_ACTION_URL_CANCEL, ctrl, XKB_KEY_g);
|
||||
add_binding(BIND_ACTION_URL_CANCEL, ctrl, XKB_KEY_d);
|
||||
add_binding(BIND_ACTION_URL_CANCEL, none, XKB_KEY_Escape);
|
||||
add_binding(BIND_ACTION_URL_TOGGLE_URL_ON_JUMP_LABEL, ctrl, XKB_KEY_t);
|
||||
add_binding(BIND_ACTION_URL_TOGGLE_URL_ON_JUMP_LABEL, none, XKB_KEY_t);
|
||||
|
||||
#undef add_binding
|
||||
}
|
||||
|
|
|
|||
|
|
@ -622,7 +622,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: _Control+t_
|
||||
Default: _t_.
|
||||
|
||||
|
||||
# SECTION: mouse-bindings
|
||||
|
|
|
|||
2
foot.ini
2
foot.ini
|
|
@ -125,7 +125,7 @@
|
|||
|
||||
[url-bindings]
|
||||
# cancel=Control+g Control+d Escape
|
||||
# toggle-url-visible=Control+t
|
||||
# toggle-url-visible=t
|
||||
|
||||
[mouse-bindings]
|
||||
# primary-paste=BTN_MIDDLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue