Skip to content

Commit

Permalink
Update description and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
aioutecism committed Dec 8, 2016
1 parent 891d8a7 commit 095dccd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ You can overwrite default configurations in

Set to `false` to disable `Ctrl+<key>` keybindings.

#### `amVim.startInInsertMode`

`Boolean`, Default: `false`

Set to `true` to start in Insert mode when opening files.


## Contribution

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down

0 comments on commit 095dccd

Please sign in to comment.