]> code.delx.au - gnu-emacs-elpa/commit
Allow `hydra-repeat' to take a numeric arg
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 25 Mar 2015 19:17:48 +0000 (20:17 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 25 Mar 2015 19:17:48 +0000 (20:17 +0100)
commit6c6fc0be00822622eeb9a3df9b9d432522a6ca4e
treef2aac75d0438a5248456b6dac7df8b96de6b0e34
parent84f4fe7b731aa7a2a37a197ee1feeba550b5785e
Allow `hydra-repeat' to take a numeric arg

* hydra.el (hydra-repeat): Update.

It's possible now, for instance with `hydra-vi' to do this:

    4j.2..

This will forward-line 4 times (4j), 4 times (.), 2 times (2.), 2
times (.).

Fixes #92
hydra.el