From 60dfc858552940d7902812e316f16383b811aa88 Mon Sep 17 00:00:00 2001 From: ysakamoto Date: Thu, 19 Mar 2015 10:44:59 -0500 Subject: [PATCH] help on comment function added --- README.rst | 1 + rtv/utils.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 85dc62f..d666ecd 100644 --- a/README.rst +++ b/README.rst @@ -76,6 +76,7 @@ In submission mode you can view the self text for a submission and browse commen :``◄`` or ``h``: Return to subreddit mode :``►`` or ``l``: Fold the selected comment, or load additional comments +:``c``: Comment/reply on the selected item ------------- Configuration diff --git a/rtv/utils.py b/rtv/utils.py index 10abd39..60f0c1c 100644 --- a/rtv/utils.py +++ b/rtv/utils.py @@ -24,6 +24,7 @@ Subreddit Mode Submission Mode `LEFT` or `h` : Return to subreddit mode `RIGHT` or `l` : Fold the selected comment, or load additional comments + `c` : Comment/reply on the selected item """ class Symbol(object):