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.
:``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
:``SPACE``: Fold the selected comment, or load additional comments

View File

@@ -42,6 +42,7 @@ Subreddit Mode
Submission 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
"""

View File

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