config: rename ‘show-urls’ to ‘show-urls-launch’

This commit is contained in:
Daniel Eklöf 2021-02-04 20:39:13 +01:00
parent 013b26d212
commit 0a1c5e44c4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 7 additions and 6 deletions

View file

@ -272,7 +272,7 @@ execute_binding(struct seat *seat, struct terminal *term,
return true;
}
case BIND_ACTION_SHOW_URLS:
case BIND_ACTION_SHOW_URLS_LAUNCH:
xassert(!urls_mode_is_active(term));
urls_collect(term);