neil-lindquist / lisp-paredit

Paredit for Atom
MIT License
24 stars 5 forks source link

Add selecting versions of the navigation comands #37

Closed neil-lindquist closed 4 years ago

neil-lindquist commented 5 years ago

This PR adds selecting versions of the next/previous/up/down sexp commands. The selecting versions use the same keystrokes plus shift, similar to normal selecting with the arrow keys. Additionally, I ended up fixing a few other issues while I was at it: fixing the selectors for the keybindings so that ctrl + up/down does the sexp navigation instead of switching lines; and improving the behavior of a few things when multiple cursors are present.

neil-lindquist commented 5 years ago

@jonspalding is there any hope of this getting merged?

As a maintenance side note, the version of paredit.js could likely be updated.