From 2f8dcabbef27e9b8ed59b78cb2d9030c28165e83 Mon Sep 17 00:00:00 2001 From: Tobin Date: Sat, 4 Apr 2015 15:09:57 -0500 Subject: [PATCH] removed keybinding for profile sub, now just /r/me --- README.rst | 1 - rtv/docs.py | 1 - rtv/subreddit.py | 1 - 3 files changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 7ef52f6..020a3b9 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/rtv/docs.py b/rtv/docs.py index de5c285..33002fe 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -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 diff --git a/rtv/subreddit.py b/rtv/subreddit.py index e25c8e9..c33cdbb 100644 --- a/rtv/subreddit.py +++ b/rtv/subreddit.py @@ -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: