mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

The 'termsync' option enables a mode (provided the underlying terminal supports it) where all screen updates during a redraw cycle are buffered and drawn together when the redraw is complete. This eliminates tearing or flickering in cases where Nvim redraws slower than the terminal redraws the screen.