Minor update to README

This commit is contained in:
Karl Yngve Lervåg 2015-03-22 14:53:25 +01:00
parent 186da14dba
commit a466020ae3

View File

@ -1,6 +1,6 @@
# vimtex # vimtex
vimtex is a [vim](http://www.vim.org/) plugin that provides support for writing A [vim](http://www.vim.org/) plugin that provides support for writing
LaTeX documents. LaTeX documents.
## Features ## Features
@ -21,25 +21,29 @@ disabled if desired.
- [SumatraPDF](http://www.sumatrapdfreader.org/free-pdf-reader.html) - [SumatraPDF](http://www.sumatrapdfreader.org/free-pdf-reader.html)
- Other viewers are supported through a general interface - Other viewers are supported through a general interface
- Completion of citations and labels - Completion of citations and labels
- Document navigation through tables of - Document navigation through
- content - table of content
- labels - table of labels
- Motions - Motions
- Move between sections `[[ [] ][ ]]` - Move between sections with `[[`, `[]`, `][`, `]]`
- Move between delimiters `%` (with highlighting) - Move between delimiters with `%`
- Matching delimiters are highlighted
- Text objects - Text objects
- LaTeX environments `ie ae` - `ie ae` LaTeX environments
- Inline math structures `i$ a$` - `i$ a$` Inline math structures
- Delimiters `id ad` - `id ad` Delimiters
- Utility mappings - Other mappings
- Delete/Change surrounding command or environment `cse`, `dse`, `csc`, `dsc` - Delete the surrounding command or environment with `dse`/`dsc`
- Toggle starred environment `tse` - Change the surrounding command or environment with `csd`/`cse`
- Toggle delimiters, e.g. between `()` and `\left(\right)`, `tsd` - Toggle starred environment with `tse`
- Close current environment in insert mode `]]` - Toggle between e.g. `()` and `\left(\right)` with `tsd`
- Close the current environment in insert mode `]]`
- Insert new command with `<F7>`
- Improved folding (`:h 'foldexpr'`) - Improved folding (`:h 'foldexpr'`)
- Improved indentation (`:h 'indentexpr'`) - Improved indentation (`:h 'indentexpr'`)
See the [doc/vimtex.txt](https://raw.githubusercontent.com/lervag/vimtex/master/doc/vimtex.txt) for a more thorough introduction of the plugin. See the documentation for a more thorough introduction of the plugin (e.g. `:h
vimtex`).
## Installation ## Installation