Change between tab and space in live vim
From AcrodusWiki
Whilst in vim can change the settings for the current vim session.
If default in .vimrc is set tabstop=2 expandtab, use below to change to actual tab.
:set noexpandtab
Whilst in vim can change the settings for the current vim session.
If default in .vimrc is set tabstop=2 expandtab, use below to change to actual tab.
:set noexpandtab