1
0
Fork 0

- updated manpage.

This commit is contained in:
cage 2022-10-01 18:25:54 +02:00
parent 38d9d80c18
commit 1d718771f0
2 changed files with 47 additions and 2 deletions

View File

@ -808,6 +808,9 @@ message-scroll-up
.TP
\fB| \fP
send-to-pipe
.TP
\fBb \fP
net-address-history-back
.SS "Gemini viewer window"
.TP
@ -848,7 +851,7 @@ gemini-view-source
open-next-visible-link
.TP
\fBb \fP
gemini-history-back
net-address-history-back
.TP
\fBc \fP
gemini-open-certificates-window
@ -1192,6 +1195,35 @@ file-explorer-go-up
\fBx \fP
file-explorer-expand-path
.SS "Gopher window"
.TP
\fBup \fP
gopher-window:go-to-previous-link
.TP
\fBdown \fP
gopher-window:go-to-next-link
.TP
\fBk \fP
gopher-window:go-to-previous-link
.TP
\fBj \fP
gopher-window:go-to-next-link
.TP
\fBC-J \fP
gopher-window:open-menu-link
.TP
\fBb \fP
net-address-history-back
.TP
\fBC-b a \fP
bookmark-gopher-page
.TP
\fBC-b s \fP
display-bookmark
.TP
\fBC-b d \fP
delete-gemini-bookmark
.SH "BUGS"
.PP
There are many, totally unknown, hiding in the code; this is scary!

View File

@ -472,6 +472,7 @@
- right :: message-scroll-right
- up :: message-scroll-up
- | :: send-to-pipe
- b :: net-address-history-back
** Gemini viewer window
@ -487,7 +488,7 @@
- T :: show-tour-links
- U :: gemini-view-source
- ] :: open-next-visible-link
- b :: gemini-history-back
- b :: net-address-history-back
- c :: gemini-open-certificates-window
- d :: gemini-open-streams-window
- down :: message-scroll-down
@ -631,6 +632,18 @@
- up :: file-explorer-go-up
- x :: file-explorer-expand-path
** Gopher window
- up :: gopher-window:go-to-previous-link
- down :: gopher-window:go-to-next-link
- k :: gopher-window:go-to-previous-link
- j :: gopher-window:go-to-next-link
- C-J :: gopher-window:open-menu-link
- b :: net-address-history-back
- C-b a :: bookmark-gopher-page
- C-b s :: display-bookmark
- C-b d :: delete-gemini-bookmark
* BUGS
There are many, totally unknown, hiding in the code; this is scary!