10

I'm using TeXstudio to edit my *.tex files. Is there any way to add vim shortcuts to TeXstudio?

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
HosseinBeheshti
  • 125
  • 2
  • 10

2 Answers2

13

According to the issue on their Sourceforge tracker and an issue on GitHub, there is currently no way to add vim keybindings to TeXstudio.

You can use other vi supported IDE such as VIM-LaTeX or Kile (Which uses Kate as editor).

Edit: I ended up using VSCode for using latex with latex-workshop and vim extensions. Very convenient for me.

Rahat Zaman
  • 1,322
  • 14
  • 32
  • Thanks, I work with latex workshop and vim extension in the VSCode. – HosseinBeheshti Jun 23 '23 at 14:19
  • For basic latex (more precisely mathjax supported latex) there is also obsidian that has latex and vim support. There is an obsidian extension that allows configuring a vimrc file and i am currently trying out the latex suite extension which adds text expansion functionality for quickly typing latex which I am liking so far. – userrandrand Jul 28 '23 at 03:48
  • I also read some comments about vimtex but I have not tried it yet – userrandrand Jul 28 '23 at 03:50
2

Thanks, I work with latex workshop and vim extension in vscode

Edit: Another suggestion for Github users. Use GitHub actions. :)

Here is an example for anyone who might be interested (Latex_Github_aciton)

HosseinBeheshti
  • 125
  • 2
  • 10