diff --git a/doc/foot.ini.5.scd b/doc/foot.ini.5.scd index 004565cd..bed62ca0 100644 --- a/doc/foot.ini.5.scd +++ b/doc/foot.ini.5.scd @@ -1348,7 +1348,7 @@ e.g. *search-start=none*. *show-urls-launch* Enter URL mode, where all currently visible URLs are tagged with a jump label with a key sequence that will open the URL (and exit - URL mode). + URL mode). Default: _Control+Shift+o_. *show-urls-persistent* Similar to *show-urls-launch*, but does not automatically exit URL diff --git a/url-mode.c b/url-mode.c index 73240164..4210be90 100644 --- a/url-mode.c +++ b/url-mode.c @@ -287,8 +287,6 @@ urls_input(struct seat *seat, struct terminal *term, switch (match->action) { case URL_ACTION_COPY: - urls_reset(term); - break; case URL_ACTION_LAUNCH: urls_reset(term); break;