Minor manual tweaks

pull/14/head
dvkt 4 years ago
parent a4f2c928f1
commit 858dc943cf

@ -71,29 +71,29 @@ Go to builtin help page.
Quit \fBphetch\fR. Quit \fBphetch\fR.
.P .P
.RE .RE
\fB\fR, \fBleft arrow\fR \fBleft arrow\fR
.RS 4 .RS 4
Go back in history. Go back in history.
.RE .RE
\fB\fR, \fBright arrow\fR \fBright arrow\fR
.RS 4 .RS 4
Go forward in history. Go forward in history.
.RE .RE
\fB\fR, \fBup arrow\fR, \fBp\fR, \fBk\fR \fBup arrow\fR, \fBp\fR, \fBk\fR
.RS 4 .RS 4
Select previous link. Select previous link.
.RE .RE
\fB\fR, \fBdown arrow\fR, \fBn\fR, \fBj\fR \fBdown arrow\fR, \fBn\fR, \fBj\fR
.RS 4 .RS 4
Select next link. Select next link.
.RE .RE
\fBPgUp\fR, \fBPgDn\fR \fBPgUp\fR, \fB-\fR
.RS 4 .RS 4
Scroll up or down by many lines. Scroll up by many lines.
.RE .RE
\fB-\fR, \fBSPACE\fR \fBPgDn\fR, \fBSPACE\fR
.RS 4 .RS 4
Same as \fBPgUp\fR and \fBPgDn\fR. Scroll down by many lines.
.P .P
.RE .RE
\fBNumber key\fR \fBNumber key\fR
@ -137,7 +137,7 @@ Save bookmark.
.RE .RE
\fBa\fR \fBa\fR
.RS 4 .RS 4
Show history. Show history. (Mnemonic: \fBAll\fR pages/history)
.P .P
.RE .RE
\fBr\fR \fBr\fR
@ -170,8 +170,8 @@ Incremental search
.RS 4 .RS 4
Press \fBf\fR or \fB/\fR to activate search mode, then just start Press \fBf\fR or \fB/\fR to activate search mode, then just start
typing. Phetch will look for the first case-insensitive match typing. Phetch will look for the first case-insensitive match
and try to select it. Use arrow keys or \fBp\fR/\fBn\fR to cycle and try to select it. Use arrow keys or \fBCtrl-p\fR/\fBCtrl-n\fR to cycle
matches. through matches.
.P .P
.RE .RE
.SH BOOKMARKS .SH BOOKMARKS
@ -204,8 +204,8 @@ If you create a \fIhistory.gph\fR file in \fI~/.config/phetch/\fR, each gopher
URL you open will be stored there. URL you open will be stored there.
.P .P
New URLs are appended to the bottom, but loaded in reverse order, so New URLs are appended to the bottom, but loaded in reverse order, so
you'll see the most recently visited pages first when you press the you'll see all the most recently visited pages first when you press
\fBa\fR key. the \fBa\fR key.
.P .P
Feel free to edit your history file directly, or share it with your Feel free to edit your history file directly, or share it with your
friends! friends!

@ -49,18 +49,18 @@ and *Ctrl-h* are synonyms.
*q* *q*
Quit *phetch*. Quit *phetch*.
*←*, *left arrow* *left arrow*
Go back in history. Go back in history.
*→*, *right arrow* *right arrow*
Go forward in history. Go forward in history.
*↑*, *up arrow*, *p*, *k* *up arrow*, *p*, *k*
Select previous link. Select previous link.
*↓*, *down arrow*, *n*, *j* *down arrow*, *n*, *j*
Select next link. Select next link.
*PgUp*, *PgDn* *PgUp*, *-*
Scroll up or down by many lines. Scroll up by many lines.
*-*, *SPACE* *PgDn*, *SPACE*
Same as *PgUp* and *PgDn*. Scroll down by many lines.
*Number key* *Number key*
Open/select link. Open/select link.
@ -84,7 +84,7 @@ and *Ctrl-h* are synonyms.
*s* *s*
Save bookmark. Save bookmark.
*a* *a*
Show history. Show history. (Mnemonic: *All* pages/history)
*r* *r*
View raw source. View raw source.
@ -107,8 +107,8 @@ Number keys
Incremental search Incremental search
Press *f* or */* to activate search mode, then just start Press *f* or */* to activate search mode, then just start
typing. Phetch will look for the first case-insensitive match typing. Phetch will look for the first case-insensitive match
and try to select it. Use arrow keys or *p*/*n* to cycle and try to select it. Use arrow keys or *Ctrl-p*/*Ctrl-n* to cycle
matches. through matches.
# BOOKMARKS # BOOKMARKS
@ -134,8 +134,8 @@ If you create a _history.gph_ file in _~/.config/phetch/_, each gopher
URL you open will be stored there. URL you open will be stored there.
New URLs are appended to the bottom, but loaded in reverse order, so New URLs are appended to the bottom, but loaded in reverse order, so
you'll see the most recently visited pages first when you press the you'll see all the most recently visited pages first when you press
*a* key. the *a* key.
Feel free to edit your history file directly, or share it with your Feel free to edit your history file directly, or share it with your
friends! friends!

Loading…
Cancel
Save