diff --git a/README.rst b/README.rst index 3a9410d..6afd89b 100644 --- a/README.rst +++ b/README.rst @@ -139,17 +139,15 @@ RTV will respect the following environment variables when accessing external pro ``$BROWSER`` | Submission links will be opened inside of your web browser. - | On most systems the default web browser will open in a new window. - | If you prefer the complete terminal experience, try using a console-based web browser (`w3m `_, `lynx `_, and `elinks `_ are all good choices). + | On most systems the default web browser will open in a new window. If you prefer the complete terminal experience, try using a console-based web browser (`w3m `_, `lynx `_, and `elinks `_ are all good choices). ``$PAGER`` - Extra long comments and submissions wil be viewed through the system pager. + | Extra long comments and submissions wil be viewed through the system pager. ``$RTV_EDITOR`` - Compose posts and replying to comments is done using your preferred text editor. - If not specified, the default system ``$EDITOR`` (or `nano `_) will be used. + | Compose posts and replying to comments is done using your preferred text editor. + | If not specified, the default system ``$EDITOR`` (or `nano `_) will be used. ``$RTV_URLVIEWER`` - A url viewer can be used to extract links from inside of comments. - `urlview `_ and `urlscan `_ are known to be compatible. - These applications don't come pre-installed, but are available through most systems' package managers. + | A url viewer can be used to extract links from inside of comments. + | `urlview `_ and `urlscan `_ are known to be compatible. These applications don't come pre-installed, but are available through most systems' package managers. === FAQ