mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-25 09:05:47 -04:00
config: show-urls-launch: change default key binding to ctrl+shift+u
This commit is contained in:
parent
0a1c5e44c4
commit
b17a392b8c
3 changed files with 3 additions and 3 deletions
2
config.c
2
config.c
|
|
@ -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_0);
|
||||||
add_binding(BIND_ACTION_FONT_SIZE_RESET, ctrl, XKB_KEY_KP_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_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
|
#undef add_binding
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -498,7 +498,7 @@ e.g. *search-start=none*.
|
||||||
*show-urls-launch*
|
*show-urls-launch*
|
||||||
Enters URL mode, where all currently visible URLs are tagged with
|
Enters URL mode, where all currently visible URLs are tagged with
|
||||||
a jump label with a key sequence that will open the URL. Default:
|
a jump label with a key sequence that will open the URL. Default:
|
||||||
_Control+Shift+F_.
|
_Control+Shift+U_.
|
||||||
|
|
||||||
|
|
||||||
# SECTION: search-bindings
|
# SECTION: search-bindings
|
||||||
|
|
|
||||||
2
foot.ini
2
foot.ini
|
|
@ -97,7 +97,7 @@
|
||||||
# pipe-visible=[sh -c "xurls | bemenu | xargs -r firefox"] none
|
# pipe-visible=[sh -c "xurls | bemenu | xargs -r firefox"] none
|
||||||
# pipe-scrollback=[sh -c "xurls | bemenu | xargs -r firefox"] none
|
# pipe-scrollback=[sh -c "xurls | bemenu | xargs -r firefox"] none
|
||||||
# pipe-selected=[xargs -r firefox] none
|
# pipe-selected=[xargs -r firefox] none
|
||||||
# show-urls=Control+Shift+F
|
# show-urls-launch=Control+Shift+U
|
||||||
|
|
||||||
[search-bindings]
|
[search-bindings]
|
||||||
# cancel=Control+g Escape
|
# cancel=Control+g Escape
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue