drym-org / symex.el

An intuitive way to edit Lisp symbolic expressions ("symexes") structurally in Emacs
Other
272 stars 23 forks source link

Support numeric arguments #4

Closed countvajhula closed 3 years ago

countvajhula commented 4 years ago

Add support for Vim-style numeric prefixes / Emacs-style C-u prefixes.

E.g. 3h = backwards 3 symexes 2dl = delete forwards 2 symexes etc.

Could probably use: https://oremacs.com/2015/02/03/one-hydra-two-hydra/

countvajhula commented 3 years ago

Fixed in #21 for both evil as well as hydra.