1
0
Fork 0

- fixed manpage.

This commit is contained in:
cage 2021-07-31 17:29:04 +02:00
parent d97bad8d3b
commit 4f4fc1a181
2 changed files with 8 additions and 12 deletions

View File

@ -96,15 +96,13 @@
- /C-k/ (that is: "press 'control' and while pressed press 'k')
/kills/ (deletes) the text from the cursor position to the end of
the input previously typed;
- press /M-left/ and /M-right/ (left alt and left or right arrow
together) to browse pages of the suggestion window; the
suggestion window is a window that holds a previously inputted
- press /M-left/ and /M-right/ (/left alt/ and /left/ or /right/
arrow together) to browse pages of the suggestion window; the
suggestion window is a window that holds a previously inputted
data that are compatible with the string the user is typing into
the command window;
- if suggestions are gemini URI press /TAB/ to input the current
selected suggestion (press tab again to input the next
suggestion and so on), otherwise pressing /TAB/ will complete the
input with the common prefix of the suggestion window's items;
selected suggestion;
- if suggestion window is *not* rendered, pressing /up/ and /down/
arrow keys will cycle through input history, if there is not a
suggestion window rendered pressing /up/ and /down/ will scroll

View File

@ -139,16 +139,14 @@ program;
\fIkills\fP (deletes) the text from the cursor position to the end of
the input previously typed;
.IP \(em 4
press \fIM-left\fP and \fIM-right\fP (left alt and left or right arrow
together) to browse pages of the suggestion window; the
suggestion window is a window that holds a previously inputted
press \fIM-left\fP and \fIM-right\fP (\fIleft alt\fP and \fIleft\fP or \fIright\fP
arrow together) to browse pages of the suggestion window; the
suggestion window is a window that holds a previously inputted
data that are compatible with the string the user is typing into
the command window;
.IP \(em 4
if suggestions are gemini URI press \fITAB\fP to input the current
selected suggestion (press tab again to input the next
suggestion and so on), otherwise pressing \fITAB\fP will complete the
input with the common prefix of the suggestion window's items;
selected suggestion;
.IP \(em 4
if suggestion window is \fBnot\fP rendered, pressing \fIup\fP and \fIdown\fP
arrow keys will cycle through input history, if there is not a