Why I like using Vim

Jayanta Adhikary - May 25 '22 - - Dev Community

My friends keep on asking me "Why do you use Vim?". And my reply to this question is simple, to boost my productivity🤷‍♂️

By using Vim we force ourselves to use the keyboard every time we perform some action in our code. By not moving our hands from the keyboard to the mouse, we save a few seconds⌛️
These seconds are very minimal but when you see the amount of work you are able to do by just sticking to the keyboard, you will know why many people like using Vim💻
If you are coding and you have to move your hand to the mouse, your productivity is affected. Whereas if you just use the keyboard and focus more on the code, you might enter the flow state which will help boost your productivity👨‍💻
Now I don't use Vim directly and am more of a Vim extension user. I use Vim extensions/plugins in both VS Code and Goland(Golang ide by jetbrains).
In VS Code you can just search for "Vim" in the extension section and download it.
Vim for VS Code

For Jetbrains IDEs you can download "IdeaVim" from the plugins section.
Image description

These extensions and plugins will help you to run your code in your code editor by using Vim commands. This will help you become more productive while keeping the features of your favourite IDEs.
Have a happy and productive programming!!👋

. . . .
Terabox Video Player