[TxMt] Some Beginner Queries
Mark Eli Kalderon
eli at markelikalderon.com
Sat Aug 4 12:14:13 UTC 2007
On Aug 4 2007, at 13:00, Liehann Loots wrote:
> Thanks, but it looks like Command Left Arrow has the same behavior
> as Ctrl-A
>
> Perhaps my initial description wasn't clear enough.
>
> Say my code is:
> def foo
> puts 'hello world'<caret>
> end
>
> If I press Ctrl-A or Command-Left Arrow I end up with:
> def foo
> <caret> puts 'hello world'
> end
>
> What I'm looking for is:
> def foo
> <caret>puts 'hello world'
> end
>
> Regards,
> Liehann
>
>
Closer to what you want though still less: option left arrow moves
through words.
More information about the textmate
mailing list