[TxMt] Some Beginner Queries
Liehann Loots
liehann at iafrica.com
Sat Aug 4 12:00:50 UTC 2007
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
On 8/4/07 1:47 PM, "Mark Eli Kalderon" <eli at markelikalderon.com> wrote:
>
> On Aug 4 2007, at 12:31, Liehann Loots wrote:
>
>> 2. How to move to the start of the text on a line. So something
>> like Ctrl-A
>> then Ctrl-LeftArrow
>
> command left arrow
>
> ______________________________________________________________________
> For new threads USE THIS: textmate at lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
More information about the textmate
mailing list