more accurately describe editor behavior

This commit is contained in:
egnor
2021-07-28 23:41:47 -07:00
parent a1fc383e6f
commit 0d55865545
3 changed files with 21 additions and 10 deletions

View File

@@ -52,6 +52,16 @@ Variables that influence kitty behavior
files. Defaults to :file:`~/.config/kitty`. For full details of the config
directory lookup mechanism see, :option:`kitty --config`.
.. envvar:: EDITOR
The terminal editor (such as `vi` or `nano`) for editing config files.
Overridden by :envvar:`VISUAL`.
.. envvar:: VISUAL
The terminal editor (such as `vi` or `nano`) for editing config files.
Takes precedence over :envvar:`EDITOR`.
.. envvar:: VISUAL