Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Which LaTeX IDE has Vi plugin?

Kile has vim mode, as it uses kate as the editing component. It can be set under Settings/Editing/Editor/Vi input mode.

It does not support all vim features, but I found it good enough for what I needed (i.e. usual way to type/search/copy/move/...)


Here's how I installed the vim latex-suite on Ubuntu:

sudo apt-get install vim-latexsuite

sudo vim-addons -w install latex-suite

Tags:

Vim

Ide

Editors

Related

How to add caption for a TikZ picture? Use first row of a table as legend entry in pgfplot graph? What does the warning about "moved marginpar" mean? How to set font to Arial throughout the entire document? LaTeX equivalent of &nbsp;&nbsp;&nbsp; in HTML? LaTeX equivalent of <br><br><br> in HTML? How to incorporate TeX mathematics into a website? Logical "and" character in TeX (⋀) Suppress Fancy header and footer on first page only. Converting beamer slides to animated images LaTeX enumerate - bold item with non-bold text Strikethrough text

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy