vimrc - vim xterm-kitty problem - Vi and Vim Stack Exchange
vi.stackexchange.com·5h
Flag this post

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…

Similar Posts

Loading similar posts...