Skip to content

Commit

Permalink
Fix configuration descriptions in README
Browse files Browse the repository at this point in the history
Swapped the descriptions of the global/per-editor and paste behavior
configuration options in README.md, because somehow two whole people
didn't realize that they were backwards.
  • Loading branch information
AdamMaras committed Dec 17, 2016
1 parent 1c73719 commit 003c258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Without further ado...
"overtype.paste": true
```

> Shows an abbreviated overtype status (`INS`/`OVR`) in the status line.
> When in overtype mode, uses overtype behavior when pasting text.
### Abbreviated indicators

Expand All @@ -61,7 +61,7 @@ Horizontal screen space at a premium? Have too many things in your status bar al
"overtype.abbreviatedStatus": true
```

> When in overtype mode, uses overtype behavior when pasting text.
> Shows an abbreviated overtype status (`INS`/`OVR`) in the status line.
## Contributing

Expand Down

0 comments on commit 003c258

Please sign in to comment.