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"

Comments

Popular posts from this blog

Vim vi how to reload a file your editing