On 16.07.2009, at 11:26, Stephane wrote:
I was wondering if there's a neat shortcut in Textmate to jump to capital letters in word directly. Say I wanted my caret to jump to "That" in "VeryLongWordThatIWantToEdit" using something akin to Option+right arrow
- ⌘F to open Find Dialog
- Search string: [A-Z]
- check "Regular Expression" - press "Next" or ⌘G or ⇧⌘G resp.
This you can also record as macro and bind it to any key-combo.
Best, --Hans