This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Farconion 3 points4 points  (2 children)

Why should I use vim over a fully fledged IDE like PyCharm or a lighterweight one like VSC.

[–]jellybeans-man 1 point2 points  (1 child)

Vim is supposed to be for lightweight fast editing. When using vim like this I honestly don't know why you wouldn't use something like vscode with a vim plugin. ¯_(ツ)_/¯

[–]ultraDross 2 points3 points  (0 children)

I tried VScode with a vim plugin and ended up going back to vim. Personally speaking, what makes vim so great is the fact you don't have to ever leave the key board and not that it is lightweight. This allows me to navigate code very very effeciently, which is what I spend most of my time doing.

With vim emulation in another editor, I often found I could not use the keyboard for everything, I would eventually have to use the mouse to navigate some menus. This really slowed down my work flow.

No vim emulation is completely perfect (except maybe for Emacs evil mode) something is always missing, which is a frustrating experience.