The sublime-text tag has no wiki summary.
0
votes
0answers
13 views
how to do vi search and replace in sublime text [migrated]
I enabled vintage mode on sublime text.. but there are some important vim commands that are lacking.. so let's say I want to do a search and replace like so
:10,25s/searchedText/toReplaceText/gc
...
-2
votes
1answer
48 views
Is there a SublimeText command line (on the Mac) that is similar to TextMate's mate folder-name? [closed]
If using TextMate, it is really simple to just use
mate .
or
mate js
to open up the whole directory for editing. Is there a similar way to do it for SublimeText 2 (on the Mac)?