Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
103 lines (84 loc) · 4.85 KB

CONTROLS.md

File metadata and controls

103 lines (84 loc) · 4.85 KB

Controls

Basic Commands

  • j or - Move the cursor down
  • k or - Move the cursor up
  • l or - View the currently selected item
  • h or - Return to the previous view
  • m or PgUp - Move the cursor up one page
  • n or PgDn - Move the cursor down one page
  • gg - Jump to the top of the page
  • G - Jump to the bottom of the page
  • 1 to 7 - Sort submissions by category
  • r or F5 - Refresh the content on the current page
  • u - Login to your reddit account
  • q - Quit
  • Q - Force quit
  • y - Copy submission permalink to clipboard
  • Y - Copy submission link to clipboard
  • F2 - Cycle to the previous color theme
  • F3 - Cycle to the next color theme
  • ? - Show the help screen
  • / - Open a prompt to select a subreddit

The / key opens a text prompt at the bottom of the screen. You can use this to type in the name of the subreddit that you want to open. The following text formats are recognized:

  • /python - Open a subreddit, shorthand
  • /r/python - Open a subreddit
  • /r/python/new - Open a subreddit, sorted by category
  • /r/python/controversial-year - Open a subreddit, sorted by category and time
  • /r/python+linux+commandline - Open multiple subreddits merged together
  • /comments/30rwj2 - Open a submission, shorthand
  • /r/python/comments/30rwj2 - Open a submission
  • /r/front - Open your front page
  • /u/me - View your submissions
  • /u/me/saved - View your saved content
  • /u/me/hidden - View your hidden content
  • /u/me/upvoted - View your upvoted content
  • /u/me/downvoted - View your downvoted content
  • /u/spez - View a user's submissions and comments
  • /u/spez/submitted - View a user's submissions
  • /u/spez/comments - View a user's comments
  • /u/multi-mod/m/android - Open a user's curated multireddit
  • /domain/python.org - Search for links for the given domain

Authenticated Commands

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

  • a - Upvote
  • z - Downvote
  • c - Compose a new submission or comment
  • C - Compose a new private message
  • e - Edit the selected submission or comment
  • d - Delete the selected submission or comment
  • i - View your inbox (see inbox mode)
  • s - View your subscribed subreddits (see subscription mode)
  • S - View your subscribed multireddits (see subscription mode)
  • u - Logout of your reddit account
  • w - Save the selected submission or comment

Subreddit Mode

The following actions can be performed when viewing a subreddit:

  • l or - View the comments for the selected submission (see submission mode)
  • o or ENTER - Open the selected submission link using your web browser or .mailcap config
  • SPACE - Mark the selected submission as hidden
  • p - Toggle between the currently viewed subreddit and /r/front
  • f - Open a prompt to search the current subreddit for a text string

Submission Mode

The following actions can be performed when viewing a submission:

  • h or - Close the submission and return to the previous page
  • l or - View the selected comment using the system's pager
  • o or ENTER - Open a link in the comment using your web browser or .mailcap config
  • SPACE - Fold or expand the selected comment and its children
  • b - Send the comment text to the system's urlviewer application
  • J - Move the cursor down the the next comment at the same indentation
  • K - Move the cursor up to the parent comment

Subscription Mode

The following actions can be performed when viewing your subscriptions or multireddits:

  • h or - Close your subscriptions and return to the previous page
  • l or - Open the selected subreddit or multireddit

Inbox Mode

The following actions can be performed when viewing your inbox:

  • h or - Close your inbox and return to the previous page
  • l or - View the context of the selected comment
  • o or Enter - Open the submission of the selected comment
  • c - Reply to the selected comment or message
  • w - Mark the selected comment or message as seen