Has anyone found a way to set a command to move to the right-edge in the middle of a soft-wrapped line in TM 2? I was using a macro called "Move to EOL" in TM 1 bound to command-right-arrow, but in TM 2 this takes me to the absolute end of the line.
In case it's not clear what I'm asking, I'd like to move the cursor from START to END in this single line of soft-wrapped text:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod START incididunt ut labore END dolore magna aliqua.
Currently, in TM 2, if I do command-right-arrow the cursor ends up after "aliqua."
Thx,
Then I would suggest getting rid of your macro. On my machine, command-right-arrow does this of its own accord; so I charge that the macro is simply getting in the way of TM2's yummy natural goodness. m.
On Feb 4, 2014, at 3:30 PM, Quinn Comendant quinn@strangecode.com wrote:
Has anyone found a way to set a command to move to the right-edge in the middle of a soft-wrapped line in TM 2? I was using a macro called "Move to EOL" in TM 1 bound to command-right-arrow, but in TM 2 this takes me to the absolute end of the line.
In case it's not clear what I'm asking, I'd like to move the cursor from START to END in this single line of soft-wrapped text:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod START incididunt ut labore END dolore magna aliqua.
Currently, in TM 2, if I do command-right-arrow the cursor ends up after "aliqua."
Thx,
-- Quinn Comendant Strangecode, LLC http://www.strangecode.com/ +1 530 624 4410 mobile +1 530 636 2633 office @qc and @strangecode
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = matt@tidbits.com, http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html TidBITS, Mac news and reviews since 1990, http://www.tidbits.com
Indeed, system-wide and without any customisation to TextMate you should be able to use ⌘→ to go to the end of the logical line, and ⌃E to go to the actual EOL.
On 5 February 2014 11:28, Matt Neuburg matt@tidbits.com wrote:
Then I would suggest getting rid of your macro. On my machine, command-right-arrow does this of its own accord; so I charge that the macro is simply getting in the way of TM2's yummy natural goodness. m.
On Feb 4, 2014, at 3:30 PM, Quinn Comendant quinn@strangecode.com wrote:
Has anyone found a way to set a command to move to the right-edge in the middle of a soft-wrapped line in TM 2? I was using a macro called "Move to EOL" in TM 1 bound to command-right-arrow, but in TM 2 this takes me to the absolute end of the line.
In case it's not clear what I'm asking, I'd like to move the cursor from START to END in this single line of soft-wrapped text:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod START incididunt ut labore END dolore magna aliqua.
Currently, in TM 2, if I do command-right-arrow the cursor ends up after "aliqua."
Thx,
-- Quinn Comendant Strangecode, LLC http://www.strangecode.com/ +1 530 624 4410 mobile +1 530 636 2633 office @qc and @strangecode
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = matt@tidbits.com, http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html TidBITS, Mac news and reviews since 1990, http://www.tidbits.com
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Tue, 4 Feb 2014 16:28:56 -0800, Matt Neuburg wrote:
Then I would suggest getting rid of your macro. On my machine, command-right-arrow does this of its own accord; so I charge that the macro is simply getting in the way of TM2's yummy natural goodness. m.
Yep! So obvious I didn't see it.
Thanks!
Quinn