diff --git a/CONTROLS.rst b/CONTROLS.rst index a185be0..f5075f4 100644 --- a/CONTROLS.rst +++ b/CONTROLS.rst @@ -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 diff --git a/rtv/docs.py b/rtv/docs.py index f375c1d..b520df5 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -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} -""" \ No newline at end of file +""" diff --git a/scripts/rtv.1.template b/scripts/rtv.1.template index a1ccbd9..68da2d1 100644 --- a/scripts/rtv.1.template +++ b/scripts/rtv.1.template @@ -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 (2016). .SH BUGS