Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gibiansky/vim-latex-objects
- Owner: gibiansky
- License: gpl-2.0
- Created: 2013-09-29T00:26:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T02:38:38.000Z (about 4 years ago)
- Last Synced: 2024-07-04T04:34:18.560Z (4 months ago)
- Language: Vim script
- Size: 11.7 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```