1

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.

mattst
  • 13,340
  • 4
  • 31
  • 43
Dtomper
  • 79
  • 7
  • I see what you mean, [monkeytype.com](https://www.monkeytype.com) certainly has the smoothest caret I've ever seen. – mattst Dec 12 '20 at 22:09

1 Answers1

2

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.

OdatNurd
  • 21,371
  • 3
  • 50
  • 68