1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-22 23:47:56 +01:00

- 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 .TP
\fB| \fP \fB| \fP
send-to-pipe send-to-pipe
.TP
\fBb \fP
net-address-history-back
.SS "Gemini viewer window" .SS "Gemini viewer window"
.TP .TP
@ -848,7 +851,7 @@ gemini-view-source
open-next-visible-link open-next-visible-link
.TP .TP
\fBb \fP \fBb \fP
gemini-history-back net-address-history-back
.TP .TP
\fBc \fP \fBc \fP
gemini-open-certificates-window gemini-open-certificates-window
@ -1192,6 +1195,35 @@ file-explorer-go-up
\fBx \fP \fBx \fP
file-explorer-expand-path 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" .SH "BUGS"
.PP .PP
There are many, totally unknown, hiding in the code; this is scary! There are many, totally unknown, hiding in the code; this is scary!

View File

@ -472,6 +472,7 @@
- right :: message-scroll-right - right :: message-scroll-right
- up :: message-scroll-up - up :: message-scroll-up
- | :: send-to-pipe - | :: send-to-pipe
- b :: net-address-history-back
** Gemini viewer window ** Gemini viewer window
@ -487,7 +488,7 @@
- T :: show-tour-links - T :: show-tour-links
- U :: gemini-view-source - U :: gemini-view-source
- ] :: open-next-visible-link - ] :: open-next-visible-link
- b :: gemini-history-back - b :: net-address-history-back
- c :: gemini-open-certificates-window - c :: gemini-open-certificates-window
- d :: gemini-open-streams-window - d :: gemini-open-streams-window
- down :: message-scroll-down - down :: message-scroll-down
@ -631,6 +632,18 @@
- up :: file-explorer-go-up - up :: file-explorer-go-up
- x :: file-explorer-expand-path - 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 * BUGS
There are many, totally unknown, hiding in the code; this is scary! There are many, totally unknown, hiding in the code; this is scary!