removed keybinding for profile sub, now just /r/me

This commit is contained in:
Tobin
2015-04-04 15:09:57 -05:00
parent a8c3d61e50
commit 2f8dcabbef
3 changed files with 0 additions and 3 deletions

View File

@@ -72,7 +72,6 @@ In subreddit mode you can browse through the top submissions on either the front
:``/``: Open a prompt to switch subreddits
:``f``: Open a prompt to search the current subreddit
:``p``: Post a Submission to the current subreddit
:``;``: View your Submissions (requires login)
The ``/`` prompt accepts subreddits in the following formats

View File

@@ -39,7 +39,6 @@ Subreddit Mode
`/` : Open a prompt to switch subreddits
`f` : Open a prompt to search the current subreddit
`p` : Post a Submission to the current subreddit
`;` : View your Submissions (requires login)
Submission Mode
`LEFT` or `h` : Return to subreddit mode

View File

@@ -76,7 +76,6 @@ class SubredditPage(BasePage):
if name is not None:
self.refresh_content(name=name)
@SubredditController.register(';')
def reddittor_profile(self):
if self.reddit.is_logged_in():
try: