Document a couple more env vars

This commit is contained in:
Kovid Goyal 2021-08-18 07:49:54 +05:30
parent a82bc6738c
commit e23b4ce6b4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -52,6 +52,10 @@ Variables that influence kitty behavior
files. Defaults to :file:`~/.config/kitty`. For full details of the config files. Defaults to :file:`~/.config/kitty`. For full details of the config
directory lookup mechanism see, :option:`kitty --config`. directory lookup mechanism see, :option:`kitty --config`.
.. envvar:: KITTY_CACHE_DIRECTORY
Controls where kitty stores cache files. Defaults to :file:`~/.cache/kitty`
or :file:`~/Library/Caches/kitty` on macOS.
.. envvar:: VISUAL .. envvar:: VISUAL
@ -64,6 +68,11 @@ Variables that influence kitty behavior
Same as :envvar:`VISUAL`. Used if :envvar:`VISUAL` is not set. Same as :envvar:`VISUAL`. Used if :envvar:`VISUAL` is not set.
.. envvar:: GLFW_IM_MODULE
Set this to ``ibus`` to enable support for IME under X11.
Variables that kitty sets when running child programs Variables that kitty sets when running child programs
.. envvar:: LANG .. envvar:: LANG