readme: add ctrl+shift+u, with description, to the list of default key bindings

This commit is contained in:
Daniel Eklöf 2021-02-06 11:18:35 +01:00
parent ee1d179b8f
commit d63bc1a880
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 8 additions and 4 deletions

View file

@ -154,6 +154,10 @@ These are the default shortcuts. See `man foot.ini` and the example
sequence](https://codeberg.org/dnkl/foot/wiki#user-content-how-to-configure-my-shell-to-emit-the-osc-7-escape-sequence),
the new terminal will start in the current working directory.
<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>u</kbd>
: Enter URL mode, where all currently visible URLs are tagged with a
jump label with a key sequence that will open the URL.
#### Scrollback search

View file

@ -505,13 +505,13 @@ e.g. *search-start=none*.
Default: _not bound_
*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:
Enter 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+U_.
*show-urls-copy*
Enters URL mode, where all currently visible URLs are tagged with
a jump label with a key sequence that will place the URL in the
Enter URL mode, where all currently visible URLs are tagged with a
jump label with a key sequence that will place the URL in the
clipboard. Default: _none_.