71 / dance

Make your cursors dance with Kakoune-like modal editing in VS Code.
https://marketplace.visualstudio.com/items?itemName=gregoire.dance
ISC License
437 stars 55 forks source link

Option for: Insert mode by default #306

Closed raphaelmosaic closed 1 year ago

raphaelmosaic commented 1 year ago

Would love to have the option to be in insert mode by default when I open a new file.

71 commented 1 year ago

Add this line to settings.json (or set the equivalent value in the UI):

    "dance.defaultMode": "insert",