SyntaxFix
Write A Post
Hire A Developer
Questions
To change the default setting to display line numbers in vi/vim:
vi ~/.vimrc
then add the following line to the file:
set number
Either we can source ~/.vimrc or save and quit by :wq, now future vi/vim sessions will have numbering :)
source ~/.vimrc
:wq