removed keybinding for profile sub, now just /r/me
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user