To change the vim settings, run the following command in command line mode:
:set (no)hoge
For example, when displaying the line number on the edit screen of vim
:set number
To specify. To cancel the setting, specify no number.
(Overall) / etc / vimrc (For each user) ~ / .vimrc ** * vi reads ~ / .exrc by default **