mikavilpas / evil-lispy

precision Lisp editing with Evil and Lispy
79 stars 5 forks source link

Mention using C-u (prefix argument) commands in the readme #6

Closed mikavilpas closed 8 years ago

mikavilpas commented 8 years ago

Lispy has a bunch of minor features only available when calling commands with the prefix arg. Just search at the lispy function reference for prefix arg to see some.

All of these are usable just like with vim/evil: 2j will move down two times. But this is not mentioned anywhere in the readme.

mikavilpas commented 8 years ago

824d6a9 * master origin/master origin/HEAD Explain how repeated commands like 2j work