If you want your vi editor to load with default settings (i.e) the line number to be displayed and also tabspace to set for 4 characters.
Here the way to do...
create a file ~/.exrc with settings
set nu
set tabstop=3
Then opening the vi will have these settings common for all.
No comments:
Post a Comment