Tagged Questions
2
votes
1answer
1k views
Toggle between column selection and regular selection in Sublime Text 2
In Textmate, I can make a regular multiline selection using the keyboard and switch to column selection mode by pressing the alt (⌥) key.
I have not found a similar way of doing this in Sublime Text ...
0
votes
1answer
182 views
Replacing all white spaces with commas in a 46MB text file
How long should replacing all white spaces with commas take in my 46MB text file using a simple text editor such as textmate on Mac?
1
vote
1answer
226 views
Textmate rails bundle
Normally when working inside a Ruby on Rails view file, I can hit CTRL + SHIFT + . to get open/close tags for rails like so:
<%= selection %>
I'm not sure how, but yesterday this ...