Link Search Menu Expand Document

How to simple setup VIM for better text editing

Open ~/.vimrc with vim or nano and add few configs:

syntax on
set number
set expandtab
set tabstop=4
set hlsearch
set incsearch
highlight LineNr ctermfg=darkgrey