urls: add key binding that toggles whether URLs are displayed on jump-label

By default, the URL isn’t shown on the jump-label. For auto-detect
URLs, doing so is virtually always useless, as the URL is already
visible in the grid.

For OSC-8 URLs however, the URL is often _not_ visible in the
grid. Many times, seeing the URL is still not needed (if you’re doing
‘ls --hyperlink’, you already know what the URIs are).

But it is still useful to have a way to show the URLs.

This patch adds a new key binding action that can be used in url-mode
to toggle the URL on and off in the jump label.

It is bound to ctrl+t by default.
This commit is contained in:
Daniel Eklöf 2021-02-14 14:18:11 +01:00
parent cc43c1b704
commit 06a9ffa763
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 44 additions and 2 deletions

View file

@ -610,6 +610,20 @@ mode. The syntax is exactly the same as the regular **key-bindings**.
Exits URL mode without opening an URL. Default: _Control+g
Control+d Escape_.
*toggle-url-visible*
By default, the jump label only shows the key sequence required to
activate it. This is fine as long as the URL is visible in the
original text.
But with e.g. OSC-8 URLs (the terminal version of HTML anchors,
i.e. "links"), the text on the screen can be something completey
different than the URL.
This action toggles between showing and hiding the URL on the jump
label.
Default: _Control+t_
# SECTION: mouse-bindings