Sean Jhones
2012-02-13 08:37:12 UTC
I'm new in linux, and just want to change couple default settings in vi.
I want to always show line numbers and my tab to be equal 4 instead of 8.
Instead of typing every time
:set number
:set tabstop=4
How can I make it default?