..::capture of life::..

...my thoughts, learnings & captured images...

Setting the number line in vi-editor

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:

add2any