diff --git a/CONTROLS.rst b/CONTROLS.rst index 1c8ce72..37e9ed3 100644 --- a/CONTROLS.rst +++ b/CONTROLS.rst @@ -53,7 +53,7 @@ The ``/`` prompt accepts subreddits in the following formats * ``/u/me`` will display your submissions * ``/u/spez`` will display submissions from any other user * ``/u/multi-mod/m/android`` display a multireddit curated by a user -* ``/domain/python.org`` dispaly submissions to stated domain +* ``/domain/python.org`` display submissions to stated domain --------------- Submission Mode diff --git a/rtv/docs.py b/rtv/docs.py index bb9eab8..62c6e72 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -34,6 +34,7 @@ HELP = """ `d` : Delete an existing post or comment `i` : Display new messages prompt `s` : Open/close subscribed subreddits list + `S` : Open/close subscribed multireddits list [Subreddit Mode] `l` or `RIGHT` : Enter the selected submission diff --git a/rtv/rtv.cfg b/rtv/rtv.cfg index f5fcb0e..21665b5 100644 --- a/rtv/rtv.cfg +++ b/rtv/rtv.cfg @@ -124,4 +124,4 @@ MULTIREDDIT_OPEN_SUBSCRIPTIONS = S ; Subscription page SUBSCRIPTION_SELECT = l, , , -SUBSCRIPTION_EXIT = h, s, , +SUBSCRIPTION_EXIT = h, s, S, ,