Vim replacing tabs with double spaces
- by oxinabox.ucc.asn.au
So I've written some code of an assignment and i forgot the universities polocy of
indent with 2spaces.
Normally I'ld have put a:
vim: ts=2:tw=2: et:
at the top of my files, but this time i forgot.
How should I go about replacing all tabs with 2 space?
would
s//
work?
(repalcing and with the respectiove characters.