Archive for October, 2022

How to make VIM Text Editor More Productive

October 14, 2022

Today reading the linux magazine and I found out a very nice article (https://www.linux-magazine.com/Issues/2021/251/Vim-Primping) about how to improve vim text editor.

After I start using Visual Studio Code I start missing some functions on vim such as auto indentation and the highlights of the corresponding brackets.

To make this happens you should edit a file .vimrc located in you /home/homedir/.vimrc (~/.vimrc) and add the following parameters:

edit the .vimrc in your home dir
add the parameters

After make the changes, you only need to edit the files and enjoy the improvements 🙂 have fun!