Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 9, 2021 01:13 pm GMT

How useful is learning VI/VIM for a new programmer?

I've been using a text editor called "vim" for more than a year now, and it has changed my programming life. Let's take a look.

If you are going to be writing code in Python, then it would be useful to learn to use a text editor called "Vim". I don't say that because I wrote the book on this topic (I didn't), but because it will help you be more efficient as a programmer.

Vim is an extremely powerful text editor used by programmers and system administrators around the world. Often described as a "programmer's editor", it's not always the easiest thing to get started with. If you've ever wanted to give it a try, but are unsure where to begin, try these exercises

Why vim?

Vim is one of the most popular text editors in the world. Its been heavily used for over 30 years for its simplicity, flexibility and the speed at which it allows its users to navigate their files. Vim has a very steep learning curve, but if youre willing to put in the work, the benefits are innumerable:

  • 1) youll learn one of the most powerful text editors in existence;
  • 2) you will gain a skill that will serve you for the rest of your life;
  • 3) you will be able to edit files and folders on remote computers;

Vim is a classic. It is a venerable text editor, and has been around since 1991 when Bram Moolenaar first announced that he had started working on it. Vim has stood the test of time, and there are good reasons to learn it today. Vims design is minimalist and follows the KISS (Keep It Simple Stupid) principle. The core editor is very small, with all additional features being optional plugins.

You can also use Vim inside popular IDE's. Getting all the benefits of the IDE plus all the benefits of vim.

vim inside vscode


Original Link: https://dev.to/jones268/how-useful-is-learning-vi-vim-for-a-new-programmer-1h57

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To