Skip to content

Commit

Permalink
fixes #750
Browse files Browse the repository at this point in the history
  • Loading branch information
xconverge authored Sep 10, 2016
1 parent d56cb2f commit cbe37e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Due to overlap between VSCode and VIm, options are loaded slightly different fro

Vim options can be added to your user or workspace settings (open Command Pallete and search for "User Settings" or "Workspace Settings"). Changes require restarting of VSCode to take effect.

The following is a subset of the supported configurations; the full list is described in [package.json](https://github.com/VSCodeVim/Vim/blob/master/package.json#L155):
The following is a subset of the supported configurations; the full list is described in [package.json](https://github.com/VSCodeVim/Vim/blob/master/package.json#L175):

* insertModeKeyBindings/otherModesKeyBindings
* Keybinding overrides to use for insert and other (non-insert) modes
Expand Down

3 comments on commit cbe37e7

@xfq
Copy link

@xfq xfq commented on cbe37e7 Sep 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xconverge Maybe there's a better solution? Something like "see the configuration section in package.json"? So this line in README won't be updated time after time.

@xconverge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, in the PR I made that comment, this was a short term fix. We said we will just direct people to the new Contributions section of the extension area in vscode 1.5.0+

@xfq
Copy link

@xfq xfq commented on cbe37e7 Sep 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xconverge I see. Thanks for the pointer. I didn't see the PR.

Please sign in to comment.