tAdd new keybinding for displaying page URI in the manpage - sacc - sacc (saccomys): simple gopher client. | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 95c60192368eb92fd706aff387aa99df29c8f216 | |
parent 1e11d7ef08cfe5deb5e6adb2845fffd48d5f64d9 | |
Author: Quentin Rameau | |
Date: Mon, 28 Oct 2019 02:54:38 +0100 Add new keybinding for displaying page URI in the manpage Diffstat: M sacc.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- | |
diff --git a/sacc.1 b/sacc.1 | |
t@@ -58,8 +58,11 @@ Search the same string forward. .B N Search the same string backwards. .TP +.B U +Print the URI of the current page. +.TP .B u -Print URI of the highlighted item. +Print the URI of the highlighted item. .TP .B ? Show the help message of shortcuts. |