new simple macro for swapping case of the first letter in word you mouse courser is on.
see sublimetextwiki.com/pages/Macros.html
code:
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:
splitSelection
singleSelection
move characters +1 extend
so the macro will support multiple selection… any ideas?