Textmate Bundle Command - Remove Tabs
Textmate Bundle Command - Remove Tabs
perl -pe 's/[\t]/ /g'
#Set Save "Nothing"
#Set Input "Selected Text" or "Document"
# and
#Set Output "Replace Selected Text"
perl -pe 's/[\t]/ /g'
#Set Save "Nothing"
#Set Input "Selected Text" or "Document"
# and
#Set Output "Replace Selected Text"
Comments