Hello All, Can anyone explain below .vimrc file setting set expandtab set tabsto . . .

Ramesh:
Hello All,
Can anyone explain below .vimrc file setting
set expandtab
set tabstop=2
set shiftwidth=2
set autoindent
set smartindent
set nowrap
set paste

OE:
For each of these, you can run:

:help <keyword>

and Vim will give you more details on what it is. For example:

:help expandtab

Ramesh:
Thanks OE