abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 132 forks source link

idiomatic way to move inside a closing paren? #540

Open betaprior opened 4 years ago

betaprior commented 4 years ago

It seems that lispy doesn't provide an easy way to step inside a sexp:

(setq foo bar)| -> (setq foo bar|)

This is surprising and forces me to revert to using evil modal navigation. Is there an idiomatic way to do with with lispy bindings alone?

jcf commented 3 years ago

I've been using C-b to move backwards, but not sure if this is the right way.