Upping version.

This commit is contained in:
Michael Lazar
2015-04-22 19:45:35 -07:00
parent 9b0ff5a8c8
commit ff0e9bc677
4 changed files with 30 additions and 6 deletions

View File

@@ -42,11 +42,16 @@ Subreddit Mode
`/` : Open a prompt to switch subreddits
`f` : Open a prompt to search the current subreddit
`p` : Post a new submission to the current subreddit
`e` : Edit the selected submission
`d` : Delete the selected submission
Submission Mode
`LEFT` or `h` : Return to subreddit mode
`RIGHT` or `l` : Fold the selected comment, or load additional comments
`c` : Post a new comment on the selected item
`e` : Edit the selected comment
`d` : Delete the selected comment
"""
COMMENT_FILE = """
@@ -72,4 +77,4 @@ SUBMISSION_FILE = """{content}
# The following lines will be interpreted as the content
#
# Posting to {name}
"""
"""