From ce47bafe28f3387c7af602bef10adf6a88264d29 Mon Sep 17 00:00:00 2001 From: michael-lazar Date: Sun, 29 Mar 2015 17:20:54 -0700 Subject: [PATCH] Readme tweak --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7a47a4e..b7bcd42 100644 --- a/README.rst +++ b/README.rst @@ -98,5 +98,9 @@ Example config: # Default subreddit subreddit=CollegeBasketball -RTV will attempt to use the system's default text editor when writing comments. -Set the environment variable ``$RTV_EDITOR`` to change the default editor. +RTV allows users to compose comments and replys using their preferred text editor (**vi**, **nano**, **gedit**, etc). +Set the environment variable ``RTV_EDITOR`` to specify which editor the program should use. + +.. code-block:: bash + + $ export RTV_EDITOR=gedit