On Sep 19, 2012, at 4:19 AM, Vlad Ghitulescu wrote:

> I am trying to insert the followings
> 
>       TAB + SPACE + "-"
> 
> at the begin of each of a group of selected lines in a TXT-file.
> 
> In MacVim (what I have used before) it will be so simple as: 
> 
>     :%s/^/    -/g
> 
> but I am new to BBEdit and don't have a clue how to make something like this 
> here.

Find

        ^

Replace

        \t -

HTH,

-- 
Rod Buchanan

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>



Reply via email to