Skip to content

Text objects and motions for Latex editing in Vim.

License

Notifications You must be signed in to change notification settings

py2048/vim-latex-objects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Text objects and motions for Latex editing in Vim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%