Can you make the cursor move smoothly when typing in sublime text?

1.6k Views Asked by At

Is there any setting or package in sublime text 3 that makes the cursor move smoothly when typing like in monkeytype.com That just makes me wanna type forever.

1

There are 1 best solutions below

0
OdatNurd On BEST ANSWER

No, there is no setting that exposes this sort of cursor movement through the file, while typing or otherwise.

It's also not possible via a package, since the rendering of the display is done in the core, and isn't something that can be modified by plugin code.