From d63bc1a88026b5481fec9559681cdf8244a9f905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 6 Feb 2021 11:18:35 +0100 Subject: [PATCH] readme: add ctrl+shift+u, with description, to the list of default key bindings --- README.md | 4 ++++ doc/foot.ini.5.scd | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e55d3e82..07d82b1e 100644 --- a/README.md +++ b/README.md @@ -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. +ctrl+shift+u +: 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 diff --git a/doc/foot.ini.5.scd b/doc/foot.ini.5.scd index 3b913eda..5bf9bbf5 100644 --- a/doc/foot.ini.5.scd +++ b/doc/foot.ini.5.scd @@ -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_.