[VI/VIM] Avoid tabs when making a copy/paste
By default, when you make a copy and paste in vi or vim (through an remote SSH session), it adds incremented tabs at each line.
To solve this problem,simply type: set paste in the window or add the set paste in /etc/vim/vimrc or in the ~/.vimrc file