3
Using Vim with Kitty , the client area redraw doesn’t work when I resize the window; in this context set term returns term=xterm-kitty.
However, starting Vim with vim -T kitty the redrawing of the resized window works correctly (in this context set term returns term=kitty).
However, the set term kitty configuration in vimrc is rejected as an unknown option (E518).
Any suggestions?
asked Mar 9, 2023 at 18:08
1 Answer
2
I believe you should do:
set term=kitty
answered Mar 9, 2023 at 18:58
2
Of course; sorry for the silly question…
3
Using Vim with Kitty , the client area redraw doesn’t work when I resize the window; in this context set term returns term=xterm-kitty.
However, starting Vim with vim -T kitty the redrawing of the resized window works correctly (in this context set term returns term=kitty).
However, the set term kitty configuration in vimrc is rejected as an unknown option (E518).
Any suggestions?
asked Mar 9, 2023 at 18:08
1 Answer
2
I believe you should do:
set term=kitty
answered Mar 9, 2023 at 18:58
2
Of course; sorry for the silly question! Thank you
2023-03-10 19:46:34 +00:00
Commented Mar 10, 2023 at 19:46
Welcome to Vim! You are welcome. If the solution address your problem you can accept it using the v green button next to the arrow voting buttons. It allow the question to rest :-)
2023-03-10 19:49:10 +00:00
Commented Mar 10, 2023 at 19:49
Start asking to get answers
Find the answer to your question by asking.