Change between tab and space in live vim

From AcrodusWiki
Revision as of 20:25, 11 December 2024 by Alex (talk | contribs) (Created page with "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. <pre> :set noexpandtab </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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