tadd custom bindings to man page - surf - [fork] customized build of surf, the suckless webkit browser
(HTM) git clone git://src.adamsgaard.dk/surf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 578d5beb9036e0b58c550c2fd8e645760849f7af
(DIR) parent 96c8e3e48ebdf7c76a142af03c885c66b584b9d8
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 18 Sep 2020 09:12:02 +0200
add custom bindings to man page
Diffstat:
M surf.1 | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/surf.1 b/surf.1
t@@ -173,16 +173,25 @@ Zooms page out.
.B Ctrl\-Shift\-q
Resets Zoom.
.TP
-.B Ctrl\-f and Ctrl\-/
+.B Ctrl\-/
Opens the search-bar.
.TP
+.B Ctrl\-b
+Save page with bookmark(1).
+.TP
+.B Ctrl\-f
+Open page in firefox(1).
+.TP
+.B Ctrl\-m
+Open page in mpv(1)..
+.TP
.B Ctrl\-n
Go to next search result.
.TP
.B Ctrl\-Shift\-n
Go to previous search result.
.TP
-.B Ctrl\-g
+.B Ctrl\-o
Opens the URL-bar (requires dmenu installed).
.TP
.B Ctrl\-p
t@@ -197,6 +206,9 @@ Reloads the website.
.B Ctrl\-Shift\-r
Reloads the website without using the cache.
.TP
+.B Ctrl\-u
+Send current URI to plumb(1).
+.TP
.B Ctrl\-y
Copies current URI to primary selection.
.TP