From e5941b1b44ed75c6697af389dec53c9899d7022f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 Dec 2022 22:32:20 +0530 Subject: [PATCH] Add a link for the vim t_ut issue --- docs/faq.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index d0bd8d29e..5bd4211ea 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -29,7 +29,8 @@ Using a color theme with a background color does not work well in vim? First make sure you have not changed the :envvar:`TERM` environment variable, it should be ``xterm-kitty``. vim uses *background color erase* even if the -terminfo file does not contain the ``bce`` capability. This is a bug in vim. You +terminfo file does not contain the ``bce`` capability. This is a +`bug in vim `__. You can work around it by adding the following to your vimrc:: let &t_ut=''