<div dir="ltr">Hi Allan,<div><br></div><div>Control Up/Down are assigned to Mission Control / Application Windows by default, and I used to use them for the default behaviours. I tried to set a different shortcut for it but couldn't find them in "Select Bundle Item"...</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div><br>--</div>
<div>Sent from my mobile. Ignore the typos unless they're funny.</div></div></div>
<br><div class="gmail_quote">On Thu, Nov 13, 2014 at 6:33 PM, Allan Odgaard <span dir="ltr"><<a href="mailto:mailinglist@textmate.org" target="_blank">mailinglist@textmate.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 13 Nov 2014, at 10:57, Kelvin Wu wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
is that available in textmate 2?<br>
</blockquote>
<br></span>
Use ⌃↓ and ⌃↑ (control up/down).<br>
<br>
This also works with shift to select till enclosing brace.<br>
<br>
Here’s a nice example, say we have:<br>
<br>
    fprintf(stderr, "pos: %zu, %zu"‸, someRange.from);<br>
<br>
To duplicate that last argument, use ⌃⇧↓ and then ⌃⇧D (duplicate), and we have:<br>
<br>
    fprintf(stderr, "pos: %zu, %zu", someRange.from[, someRange.from]);<br>
<br>
In the above ‸ is caret and [] is selection.<br>
<br>
It’s worth mentioning that in 2.0-beta.6.1 the “Select Bundle Item” (⌃⌘T) now show _everything_. So here one can find general key bindings for which there are no menu or bundle items.<br>
<br>
______________________________<u></u>_________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/<u></u>listinfo/textmate</a></blockquote></div><br></div>