I am using CursorRuler and am happy with it. Perhaps someday there will also be a CursorHorizontalRuler plugin, or additional options within CursorRuler. For anyone who needs additional visual aids, there is the BlockCursor plugin, and also the following modifications that do not require a plugin:
To change the caret / cursor from a vertical line to an underscore, this is the user profile line of code:
- Code: Select all
"inverse_cursor_state": true,
One can also change the color of the caret / cursor in the applicable theme file:
- Code: Select all
<key>caret</key>
<string>#FF0000</string>