evil-lisp-state icon indicating copy to clipboard operation
evil-lisp-state copied to clipboard

An evil state to navigate Lisp code and modify it with smartparens

Results 26 evil-lisp-state issues
Sort by recently updated
recently updated
newest added

Repeatedly pressing 0 pops you up to higher levels of hierarchy. I think that $ is the complement of 0 and repeated presses should do something useful too.

My understanding from reading the doc string is that I should be able to execute evil-lisp-state commands using the leader specified with `evil-lisp-state-leader` as follows: 1. if `evil-lisp-state-global` is `t`,...

I've tried several approaches, but none seems to work. I'm wanting to use something like `[key-chord ?f ?j]` to get into evil-lisp-state. Is this possible?

I see that L can be used to move forward by sexps, but if I'm sitting at the head of a deeply nested list, L causes a jump to the...

I would appreciate if a function, possibly mapped to `SPC-k-T` in spacemacs, could be added for doing the reverse of the transpose function at the moment. Would seem to make...

`evil-end-of-line` brings us one character away from end of line (as it should be in normal state, but not in insert state) Fixes #28