diff --git a/README.md b/README.md index 019f28a3..8f7ab41f 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ You can overwrite default configurations in Set to `false` to disable `Ctrl+` keybindings. +#### `amVim.startInInsertMode` + +`Boolean`, Default: `false` + +Set to `true` to start in Insert mode when opening files. + ## Contribution diff --git a/package.json b/package.json index 19f65922..3be254b6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "amVim.startInInsertMode": { "type": "boolean", "default": false, - "description": "Set default mode to insert mode" + "description": "Set to `true` to start in Insert mode when opening files." } } },