Updating docs.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
"""
|
||||
|
||||
@@ -75,4 +76,4 @@ SUBMISSION_EDIT_FILE = """{content}
|
||||
# and an empty message aborts the submission.
|
||||
#
|
||||
# Editing {name}
|
||||
"""
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user