Skip to content

Commit

Permalink
Fix missleading readme instruction (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonAderum authored and johnfn committed Aug 24, 2016
1 parent 2dde466 commit 45e7753
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 @@ -73,7 +73,7 @@ Be sure to restart VSCode after making these changes.
Notice the problem is that if you did this normally, the `j` in `gj` would be expanded into `gj`, on and on forever. To stop this recursive expansion, use vim.otherModesKeyBindingsNonRecursive!

```
"vim.otherModesKeyBindings": [
"vim.otherModesKeyBindingsNonRecursive": [
{
"before": ["j"],
"after": ["g", "j"]
Expand Down

0 comments on commit 45e7753

Please sign in to comment.