Features:
- fork rename to "strict paredit"
- Strict mode map as default
- Emacs paredit like backward and forward sexp navigation, go up when backward from first or forward from last sexp
- Emacs paredit like delete
)
become move left or right - Close parens in strict mode, unbalancing via type made impossible
- work on commonlisp mode
Features:
- Strict mode as default keybinding, prohibiting deletiion of matched parens and brackets
Features;
- Copy and cut commands for each navigation command
Features;
- Shrink selection
- Activate on other lisps than Clojure
Fixes:
- Indent ragne now works
Features:
- Ability to toggle paredit on and off
Improvements:
- Automatically indents after edits
Fixes:
- Indenting
Added the following Navigation commands:
- Expand Selection
- Close List
- Select Defn
Added the following Editing commands:
- Slurp Forward
- Slurp Backward
- Barf Forward
- Barf Backward
- Splice
- Split Sexp
- Kill Sexp Forward
- Kill Sexp Backward
- Splice & Kill Forward
- Splice & Kill Backward
- Wrap Around ()
- Wrap Around []
- Wrap Around {}
- Indent
- Transpose
Initial
- Forward Sexp
- Backward Sexp
- Forward Down Sexp
- Backward Up Sexp