Files
tuir/CONTROLS.rst
Matt Smith 749ad11171 Added urlview keybinding
1.  A shortcut of 'b' was used as the default binding for passing
comment body text to urlview (this is similar to the default of C-b in
the 'mutt' text email client)
2.  The `comment_urlview` SubmissionController function was added to
recieve the SUBMISSION_OPEN_IN_URLVIEWER keypress request.
3.  The `open_urlview` terminal function was added to handle the urlview
request.  It passes the comment body data to urlview via a Popen
process.
4.  A test case was added to ensure this new code path is executed
5.  Small formatting changes, mostly line length
2016-07-05 20:52:31 -07:00

1.9 KiB

http://i.imgur.com/xDUQ03C.png

Basic Commands

j/k or /:

Move the cursor up/down

m/n or PgUp/PgDn:

Jump to the previous/next page

1-5:

Toggle post order (hot, top, rising, new, controversial)

r or F5:

Refresh page content

u:

Log in or switch accounts

?:

Show the help screen

q/Q:

Quit/Force quit

Authenticated Commands

Some actions require that you be logged in to your reddit account. You can log in by pressing u while inside of the program. Once you are logged in your username will appear in the top-right corner of the screen.

a/z:

Upvote/downvote

c:

Compose a new post or comment

e:

Edit an existing post or comment

d:

Delete an existing post or comment

i:

Display new messages prompt

s:

View a list of subscribed subreddits

Subreddit Mode

In subreddit mode you can browse through the top submissions on either the front page or a specific subreddit.

l or :

Enter the selected submission

o or ENTER:

Open the submission link with your web browser

/:

Open a prompt to switch subreddits

f:

Open a prompt to search the current subreddit

The / prompt accepts subreddits in the following formats

  • /r/python

  • /r/python/new

  • /r/python+linux supports multireddits

  • /r/front will redirect to the front page

  • /r/me will display your submissions

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

b:

Displays URLs with urlview