cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.09k stars 77 forks source link

Keyboard: Restore the cursor styling after exiting keyboard mode #2400

Open C-Loftus opened 1 month ago

C-Loftus commented 1 month ago

When using Cursorless keyboard: if you set your cursor style to something other than the default value: line, (i.e. if you set it to block), Cursorless will reset the cursor style back to line after exiting Cursorless keyboard mode back to normal editing. Then the window must be reloaded to reload the user's cursor setting.

To replicate use this in your settings.json then enter and exit cursorless keyboard. The cursor will then be back to a line cursor.

  "editor.cursorStyle": "block",

Example behavior: keyboardmode