It some time important to see the number line in vi editor. Then for current session setting the need to write the following command
:set nu
For permanent setting up the number line we need to write following command
echo "set nu" >> .vimrc
It some time important to see the number line in vi editor. Then for current session setting the need to write the following command
:set nu
For permanent setting up the number line we need to write following command
echo "set nu" >> .vimrc
0 comments:
Post a Comment