:set number
If you tire of the line numbers, enter the following command to turn them off:
:set nonumber
...and if you want to turn on syntax highlighting type::syntax on...and if you want to have it permamentlyecho "syntax on" >> ~/.vimrc
that was helpful
Post a Comment
2 comments:
...and if you want to turn on syntax highlighting type:
:syntax on
...and if you want to have it permamently
echo "syntax on" >> ~/.vimrc
that was helpful
Post a Comment