- Code: Select all
<!--
BONUS:
Example keybinding showing how you can do commands X amount of times
Usage: type 5,q,q it will select 5 lines
-->
<!-- <binding key="/([0-9]+)/,q,q" command="times $1 expandSelectionTo line"/> -->
</bindings>
I see that is supposed to repeat an action x number of times, but how do you invoke it? And where?