readme: a few more places mentioning the default URL mode shortcut

This commit is contained in:
Daniel Eklöf 2023-07-10 12:36:18 +02:00
parent 080a11eb73
commit 19e37b17aa
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -164,7 +164,7 @@ These are the default shortcuts. See `man foot.ini` and the example
sequence](https://codeberg.org/dnkl/foot/wiki#user-content-spawning-new-terminal-instances-in-the-current-working-directory), sequence](https://codeberg.org/dnkl/foot/wiki#user-content-spawning-new-terminal-instances-in-the-current-working-directory),
the new terminal will start in the current working directory. the new terminal will start in the current working directory.
<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>u</kbd> <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>o</kbd>
: Enter URL mode, where all currently visible URLs are tagged with a : Enter URL mode, where all currently visible URLs are tagged with a
jump label with a key sequence that will open the URL. jump label with a key sequence that will open the URL.
@ -299,7 +299,7 @@ Foot supports URL detection. But, unlike many other terminal
emulators, where URLs are highlighted when they are hovered and opened emulators, where URLs are highlighted when they are hovered and opened
by clicking on them, foot uses a keyboard driven approach. by clicking on them, foot uses a keyboard driven approach.
Pressing <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>u</kbd> enters _“URL Pressing <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>o</kbd> enters _“URL
mode”_, where all currently visible URLs are underlined, and is mode”_, where all currently visible URLs are underlined, and is
associated with a _“jump-label”_. The jump-label indicates the _key associated with a _“jump-label”_. The jump-label indicates the _key
sequence_ (e.g. **”AF”**) to use to activate the URL. sequence_ (e.g. **”AF”**) to use to activate the URL.