see http://www.sublimetextwiki.com/pages/Macros.html
code:
- Code: Select all
expandSelectionTo word
splitSelection
singleSelection
move characters +1 extend
swapCase
expandSelectionTo word
still, i would like be able to jump to the start of the word without the trick:
- Code: Select all
splitSelection
singleSelection
move characters +1 extend
so the macro will support multiple selection... any ideas?