Fixed typos (fixes #165)

This commit is contained in:
Karl Yngve Lervåg 2015-05-07 14:57:32 +02:00
parent 763a796273
commit a012df2a28
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@ disabled if desired.
- `i$ a$` Inline math structures - `i$ a$` Inline math structures
- `id ad` Delimiters - `id ad` Delimiters
- Other mappings - Other mappings
- Delete the surrounding command or environment with `dse`/`dsc` - Delete the surrounding command or environment with `dsc`/`dse`
- Change the surrounding command or environment with `csd`/`cse` - Change the surrounding command or environment with `csc`/`cse`
- Toggle starred environment with `tse` - Toggle starred environment with `tse`
- Toggle between e.g. `()` and `\left(\right)` with `tsd` - Toggle between e.g. `()` and `\left(\right)` with `tsd`
- Close the current environment in insert mode with `]]` - Close the current environment in insert mode with `]]`

View File

@ -86,7 +86,7 @@ Feature overview~
- `i$` `a$` Inline math structures - `i$` `a$` Inline math structures
- `id` `ad` Delimiters - `id` `ad` Delimiters
- Other mappings - Other mappings
- Delete the surrounding command or environment with `dse`/`dsc` - Delete the surrounding command or environment with `dsc`/`dse`
- Change the surrounding command or environment with `csd`/`cse` - Change the surrounding command or environment with `csd`/`cse`
- Toggle starred environment with `tse` - Toggle starred environment with `tse`
- Toggle between e.g. `()` and `\left(\right)` with `tsd` - Toggle between e.g. `()` and `\left(\right)` with `tsd`