Related Articles

Back to Latest Articles
Vim with steroids: code faster and better!

Vim with steroids: code faster and better!


Juanmi Taboada
Juanmi Taboada
Vim with steroids: code faster and better!

Yes, I am a developer who writes its stuff with “vim”. What’s up?

Several times I have discussed if Vim is or is not an IDE. Many people don’t understand why we love it so much vim, and they even think Vim is just a text editor. Despite what they think, I can prove Vim is more than an IDE (vimdiff, vimperator for firefox) and can be a much better IDE than many others (it is just the fastest of all of them).

If you want to code faster and better, I have attached my Vim configuration, which is ready to use.

Enjoy it!    You can get it from my GitHub!

I’ve been using Vim for about 2 years, mostly because I can’t figure out how to exit it.

Comments

Related Articles

Programación

Recuperar una tabla de MySQL desde los ficheros .frm e .ibd

En primer lugar debemos conocer que para que exista el fichero .ibd debemos tener activado el sistema de almacenamiento Barracuda mediante la separación de ficheros por cada tabla...

Posted on by Juanmi Taboada
Programación

Python VS JSON, YAML, CSV & XML

Examples of how to work with JSON, YAML, CSV, and XML files in Python. Today I saw myself preparing some exercises for my student who is learning Python programming language, and...

Posted on by Juanmi Taboada