Allow disabling editor.cursorSmoothCaretAnimation
in specific modes (particularly insert).
#3265
Labels
editor.cursorSmoothCaretAnimation
in specific modes (particularly insert).
#3265
The recent November 2018 update introduces the
editor.cursorSmoothCaretAnimation
setting.Problem
The
editor.cursorSmoothCaretAnimation
looks great in visual and normal mode. However on insert mode it's easy to type faster than the animation moves, which makes it look pretty terrible.Solution
Add a setting, for example
vim.disableCursorSmoothAnimationForModes
that takes an array of strings with the modes where the cursor should not animate. Then, you could go:The text was updated successfully, but these errors were encountered: