dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

repeater.talon (237B)


      1 # -1 because we are repeating, so the initial command counts as one
      2 <user.ordinals>: core.repeat_command(ordinals-1)
      3 (repeat that|twice|again): core.repeat_command(1)
      4 repeat that <number_small> [times]: core.repeat_command(number_small)