mikavilpas / evil-lispy

precision Lisp editing with Evil and Lispy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mikavilpas opened this issue · comments

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.

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