vimrc -------------- * rc = run commands * System-wide vimrc and personal vimrc * Unix/Linux/Mac: ~/.vimrc * Windows: $HOME/_vimrc * Each line is executed as a command. set ruler = :set ruler vimrc line command %% TIPS %% * If we use :set line-cmd, it will display all the option which have value other than the default value are displayed. * To revert a option back to its default value, we can use: :set