Add abbreviation in vim
Abbreviations in the vim editor saves you from typing the same thing repeatedly.
.vimrc
.vimrc
file is usually located in the home
directory. To go to home directory use command cd ~
. So, the vimrc file directory would be cd ~/.vimrc
.