http://qs321.pair.com?node_id=11147519


in reply to Re^2: Consistent tab width settings
in thread Consistent tab width settings

Untabbify for vim (add to .vimrc)

:map <F3> :%s/\t/ /g <CR>

Then press F3 to untabify ;-)

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP

Replies are listed 'Best First'.
Re^4: Consistent tab width settings
by LanX (Saint) on Mar 12, 2024 at 15:45 UTC
    I would anchor it to line start only, maybe with the exemption of leading #

    ... to assure only indentation is replaced.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery