Skip to content

Commit

Permalink
Updated feature lists (cf. #727)
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Mar 21, 2017
1 parent d4356ce commit 47a92d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -69,8 +69,10 @@ disabled if desired.
- `ie ae` LaTeX environments
- `i$ a$` Inline math structures
- Other mappings
- Delete the surrounding command or environment with `dsc`/`dse`/`ds$`
- Change the surrounding command or environment with `csc`/`cse`/`cs$`
- Delete the surrounding command, environment or delimiter with
`dsc`/`dse`/`ds$`/`dsd`
- Change the surrounding command, environment or delimiter with
`csc`/`cse`/`cs$`/`csd`
- Toggle starred command or environment with `tsc`/`tse`
- Toggle between e.g. `()` and `\left(\right)` with `tsd`
- Close the current environment/delimiter in insert mode with `]]`
Expand Down
9 changes: 6 additions & 3 deletions doc/vimtex.txt
Expand Up @@ -113,8 +113,10 @@ Feature overview~
- `ie` `ae` LaTeX environments
- `i$` `a$` Inline math structures
- Other mappings
- Delete the surrounding command or environment with `dsc`/`dse`/`ds$`
- Change the surrounding command or environment with `csc`/`cse`/`cs$`
- Delete the surrounding command, environment or delimiter with
`dsc`/`dse`/`ds$`/`dsd`
- Change the surrounding command, environment or delimiter with
`csc`/`cse`/`cs$`/`csd`
- Toggle starred command or environment with `tsc`/`tse`
- Toggle between e.g. `()` and `\left(\right)` with `tsd`
- Close the current environment/delimiter in insert mode with `]]`
Expand All @@ -127,7 +129,8 @@ Feature overview~
- Support for `biblatex`/`natbib` package
- Support for `cleveref` package
- Support for `listings` package
- Nested syntax highlighting (`minted`, `dot2tex`, `lualatex`, `gnuplottex`, `asymptote`)
- Nested syntax highlighting (`minted`, `dot2tex`, `lualatex`,
`gnuplottex`, `asymptote`)
- Support for multi-file project packages
- `import`
- `subfiles`
Expand Down

0 comments on commit 47a92d6

Please sign in to comment.