config: change default key binding for toggle-url-visible to ‘t’

This commit is contained in:
Daniel Eklöf 2021-02-14 16:58:34 +01:00
parent 06a9ffa763
commit 4ff5154cb8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -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
}

View file

@ -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

View file

@ -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