Replace tab with space in VIM
paul
posted @ Thu, 14 May 2009 00:15:01 +0800
in coding life
, 1972 readers
To remove the annoying tab space in the code:
%s/^I/ /g
# ^I means input Ctrl+v then input Tab.
This work is licensed under a Creative Commons Attribution 3.0 Unported License.