Updating docs.

This commit is contained in:
Michael Lazar
2016-03-03 21:09:40 -08:00
parent 51300e6ef8
commit 7ac2cb1293
3 changed files with 8 additions and 6 deletions

View File

@@ -57,5 +57,6 @@ Submission Mode
In submission mode you can view the self text for a submission and browse comments. In submission mode you can view the self text for a submission and browse comments.
:``h`` or ``◄``: Return to the subreddit :``h`` or ``◄``: Return to the subreddit
:``l`` or ``►``: Open the selected comment in a new window
:``o`` or ``ENTER``: Open the comment permalink with your web browser :``o`` or ``ENTER``: Open the comment permalink with your web browser
:``SPACE``: Fold the selected comment, or load additional comments :``SPACE``: Fold the selected comment, or load additional comments

View File

@@ -42,6 +42,7 @@ Subreddit Mode
Submission Mode Submission Mode
`h` or `LEFT` : Return to subreddit mode `h` or `LEFT` : Return to subreddit mode
`l` or `RIGHT` : Open the selected comment in a new window
`SPACE` : Fold the selected comment, or load additional comments `SPACE` : Fold the selected comment, or load additional comments
""" """

View File

@@ -25,13 +25,13 @@ for future sessions. You can disable this behavior by setting the option
.SH ENVIRONMENT .SH ENVIRONMENT
.TP .TP
.BR RTV_EDITOR .BR RTV_EDITOR
Specifies which text editor RTV will attempt to use when editing comments and Text editor to use when editing comments and submissions. Will fallback to
posts. RTV will fallback to \fI$EDITOR\fR if the editor is unspecified. \fI$EDITOR\fR.
.TP .TP
.BR BROWSER .BR BROWSER
Specifies which webbrowser RTV will attempt to use when opening links. Web browser to use when opening links.
This can be set to a terminal browser (w3m, lynx, elinks, etc.) for a true .BR PAGER
terminal experience. RTV will fallback to the system's default browser. Pager to use when expanding individual comments and submissions.
.SH AUTHOR .SH AUTHOR
Michael Lazar <lazar.michael22@gmail.com> (2016). Michael Lazar <lazar.michael22@gmail.com> (2016).
.SH BUGS .SH BUGS