From 1bd8b6f659b82764ab9fc8f97a176c337a9b390a Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Wed, 30 Apr 2025 16:16:45 -0400 Subject: [PATCH] Fix unintended changes --- doc/foot.ini.5.scd | 2 +- url-mode.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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;