evil-lispops

Homepage: https://github.com/precompute/evil-lispops

Author: precompute

Updated:

Summary

Operations for editing lisp evilly

Commentary

- Operators always open inside pairs.
- All operators accept prefix numbers.
- The `<’ and `>’ prefixes overwrite some defaults, but I use them
very infrequently and I don't mind making a visual selection first.

| Operator | Action                                         |
|----------+------------------------------------------------|
| >.       | Go to end of current paren pair                |
| <.       | Go to beg of current paren pair                |
| >i       | Open at end of current paren pair              |
| j       | Open at end of child paren pair                |
| J       | Go to end of child paren pair                  |
| k       | Open at end of parent paren pair               |
| K       | Go to end of parent paren pair                 |
| h       | Open at end of left adjacent child paren pair  |
| H       | Go to end of left adjacent child paren pair    |
| l       | Open at end of right adjacent child paren pair |
| L       | Go to end of right adjacent child paren pair   |
| n       | Open at end of right sibling paren pair        |
| N       | Go to end of right sibling paren pair          |
| p       | Open at end of previous sibling paren pair     |
| 

P | Go to end of previous sibling paren pair | |

Dependencies