VIM Runtime Configuration File (.vimrc)
Vim is a cross-platform text editor based on vi text editor
program for Unix. Most Unix-like systems have vim preinstalled but if the
system does not have vim then use system package manager to install vim.
For example, on Ubuntu system use apt install vim
. However, sometimes the
default configuration is not enough to get most out of the vim, text editor.
So one of the ways to customize the vim experience is by creating a .vimrc
file in the user’s home directory.
Here is my vim runtime configuration file (.vimrc),
Please provide any feedback using the comments below, and I invite you to check out following posts.