Skip to content

lispy 0.18.0

Compare
Choose a tag to compare
@abo-abo abo-abo released this 27 Nov 18:50
· 2047 commits to master since this release

Fixes

  • " (lispy-quote) doesn't add extra space when at eol
  • navigation commands don't try to re-indent read-only buffers
  • C-k will not delete in one case instead of killing

Enhancements

  • C-7 (lispy-cursor-down) deactivates itself
  • p (lispy-eval-other-window) does a setq when asked to eval the
    definition part of a let statement
  • xf (lispy-flatten) gives a warning when trying to extract body
    from e.g. Emacs C code
  • xr (lispy-eval-and-replace) ends in special now
  • r (lispy-raise) obeys prefix arg, i.e. 2r, 3r does what you
    expect
  • C-4 (previously synonym for x - lispy-x) is now just a
    standard Emacs map, so things like C-4 ? are given for free
  • m now takes a prefix arg, e.g. 2m will mark the second element
    of the list.

New bindings

  • xj now calls lispy-debug-step-in
  • M-. now calls lispy-goto-symbol
  • M-, now calls pop-tag-mark (reverse of M-,)