texstudio-org / texstudio

TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
http://www.texstudio.org/
GNU General Public License v3.0
2.8k stars 345 forks source link

Vim keybindings in editor #53

Open jeanlucthumm opened 6 years ago

jeanlucthumm commented 6 years ago

Would love to be able to turn on vim keybindings in the editor tab

dbitouze commented 6 years ago

Would be much better with Emacs ones! ;)

sunderme commented 6 years ago

I doubt that the vim keybinding wihmits modes etc. can easily be applied to txs. we accept patches though, but no active development

timhoffm commented 6 years ago

If someone feels like digging into this: It might be possible with a custom QEditorInputBinding. Though that would certainly require more investigation and a lot of work.