Update outdated mapping =os in README.markdown

This commit is contained in:
kiryph
2019-03-19 13:18:30 +01:00
committed by Tim Pope
parent cb23e3f94a
commit e116ccf278

View File

@@ -13,7 +13,7 @@ There are linewise mappings. `[<Space>` and `]<Space>` add newlines
before and after the cursor line. `[e` and `]e` exchange the current
line with the one above or below it.
There are mappings for toggling options. `[os`, `]os`, and `=os` perform
There are mappings for toggling options. `[os`, `]os`, and `yos` perform
`:set spell`, `:set nospell`, and `:set invspell`, respectively. There's also
`l` (`list`), `n` (`number`), `w` (`wrap`), `x` (`cursorline cursorcolumn`),
and several others, plus mappings to help alleviate the `set paste` dance.