From 1d718771f0ccfc621b5f791d55d78c2b677055fe Mon Sep 17 00:00:00 2001 From: cage Date: Sat, 1 Oct 2022 18:25:54 +0200 Subject: [PATCH] - updated manpage. --- doc/tinmop.man | 34 +++++++++++++++++++++++++++++++++- doc/tinmop.org | 15 ++++++++++++++- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/doc/tinmop.man b/doc/tinmop.man index 322360b..256ca8a 100644 --- a/doc/tinmop.man +++ b/doc/tinmop.man @@ -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! diff --git a/doc/tinmop.org b/doc/tinmop.org index 4ffbbc8..779548c 100644 --- a/doc/tinmop.org +++ b/doc/tinmop.org @@ -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!