Neovide: Option for disabling animations in insert mode, or possibly based on distance

Created on 4 Jan 2021  路  4Comments  路  Source: Kethku/neovide

When typing in insert mode I don't love the way the cursor moves smoothly. It would be nice to be able to disable animation when in insert mode, or perhaps based on some approximate pixel or character-based distance (e.g. no animation if cursor jumps less than 5 characters).

similar ticky-tack animation issue: https://github.com/Kethku/neovide/issues/341

Thanks!

bug

Most helpful comment

There is some code today which tries to remove animations when in insert mode. I'm confused why that isn't working. I have reproed on my local build so I think this is just a bug.

All 4 comments

There is some code today which tries to remove animations when in insert mode. I'm confused why that isn't working. I have reproed on my local build so I think this is just a bug.

(thanks for your responsiveness; I'm new to Rust and also swamped setting up a new machine, etc. but aspire to be contributing patched to neovide for issues like this)

I'm also new to Rust, but would at least like to see if I can play around with a solution... @Kethku can you point us in the direction of the current code you mentioned?

Neovide now changes the animation speed based on the distance of the jump. I think that closes this in a satisfactory way.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shaunsingh picture shaunsingh  路  27Comments

wbthomason picture wbthomason  路  35Comments

mdudzinski picture mdudzinski  路  60Comments

szbergeron picture szbergeron  路  28Comments

Ninmi picture Ninmi  路  53Comments