config: show-urls-launch: change default key binding to ctrl+shift+u

This commit is contained in:
Daniel Eklöf 2021-02-04 20:54:17 +01:00
parent 0a1c5e44c4
commit b17a392b8c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -2114,7 +2114,7 @@ add_default_key_bindings(struct config *conf)
add_binding(BIND_ACTION_FONT_SIZE_RESET, ctrl, XKB_KEY_0);
add_binding(BIND_ACTION_FONT_SIZE_RESET, ctrl, XKB_KEY_KP_0);
add_binding(BIND_ACTION_SPAWN_TERMINAL, ctrl_shift, XKB_KEY_N);
add_binding(BIND_ACTION_SHOW_URLS_LAUNCH, ctrl_shift, XKB_KEY_F);
add_binding(BIND_ACTION_SHOW_URLS_LAUNCH, ctrl_shift, XKB_KEY_U);
#undef add_binding
}

View file

@ -498,7 +498,7 @@ e.g. *search-start=none*.
*show-urls-launch*
Enters URL mode, where all currently visible URLs are tagged with
a jump label with a key sequence that will open the URL. Default:
_Control+Shift+F_.
_Control+Shift+U_.
# SECTION: search-bindings

View file

@ -97,7 +97,7 @@
# pipe-visible=[sh -c "xurls | bemenu | xargs -r firefox"] none
# pipe-scrollback=[sh -c "xurls | bemenu | xargs -r firefox"] none
# pipe-selected=[xargs -r firefox] none
# show-urls=Control+Shift+F
# show-urls-launch=Control+Shift+U
[search-bindings]
# cancel=Control+g Escape