Skip to content

precompute/evil-lispops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Evil-lispops

operations for editing lisp evilly

This package is currently in ALPHA status. It mostly works, but has rough edges.

Compatibility

This should work with old versions of evil.

The mode map evil-lispops-mode-map uses the < and > keys. The evil-shift-left and right keys are moved to << and >> respectively when the mode is active.

Install

(use-package evil-lispops
  :after evil
  :hook (emacs-lisp-mode . evil-lispops-mode))

Tentative layout:

OperatorAction
>.Go to end of current paren pair
<.Go to beg of current paren pair
>iOpen at end of current paren pair
<iOpen at beg of current paren pair
>jOpen at end of child paren pair
<jOpen at beg of child paren pair
>JGo to end of child paren pair
<JGo to beg of child paren pair
>kOpen at end of parent paren pair
<kOpen at beg of parent paren pair
>KGo to end of parent paren pair
<KGo to beg of parent paren pair
>hOpen at end of left adjacent child paren pair
<hOpen at beg of left adjacent child paren pair
>HGo to end of left adjacent child paren pair
<HGo to beg of left adjacent child paren pair
>lOpen at end of right adjacent child paren pair
<lOpen at beg of right adjacent child paren pair
>LGo to end of right adjacent child paren pair
<LGo to beg of right adjacent child paren pair
>nOpen at end of right sibling paren pair
<nOpen at beg of right sibling paren pair
>NGo to end of right sibling paren pair
<NGo to beg of right sibling paren pair
>pOpen at end of left sibling paren pair
<pOpen at beg of left sibling paren pair
>PGo to end of left sibling paren pair
<PGo to beg of left sibling paren pair

About

Operations for editing lisp evilly

Resources

License

Stars

Watchers

Forks

Packages

No packages published