johtela / vscode-modaledit

Configurable Modal Editing in VS Code
https://johtela.github.io/vscode-modaledit/docs/README.html
Other
89 stars 8 forks source link

Allow to choose the default mode #1

Closed suhr closed 4 years ago

suhr commented 4 years ago

On VS Code start, modalEdit is in the normal mode by default. It would be very nice to be able to chose the insert mode as default.

johtela commented 4 years ago

This should be easy to implement. I'll add the feature to next release.

johtela commented 4 years ago

Added startInNormalMode setting to configuration. If you set it false in settings.json or in UI, the editor starts initially in insert mode.

Capture

The feature is in version 1.2.0