Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gibiansky/vim-latex-objects

Text objects and motions for Latex editing in Vim.
https://github.com/gibiansky/vim-latex-objects

Last synced: 3 months ago
JSON representation

Text objects and motions for Latex editing in Vim.

Awesome Lists containing this project

README

        

vim-latex-objects
=================

Text objects and motions for Latex editing in Vim.

The following text objects are provided:
- `im`: inside math environment. Recognizes `$`, `\[ ... \]`, `\( ... \)`. Usable as `vim`, `cim`, etc.
- `am`: around math environment. Like `im`, but also selects the math delimiters.
- `ie`: inside environment. Recognizes matching \begin and \end tags.
- `ae`: around environment. Like `ie`, but also selects the lines with \begin and \end on them.
- `%`: jump around between matched begin/end blocks. If the current line does not have one, use default % motion. Works in visual mode.

Vundle
===

Install via vundle with
```
Bundle 'gibiansky/vim-latex-objects'
```