rksm/paredit.js

[Improvement] Less picky about cursor placement

Closed this issue · 0 comments

There appear to be a few offenders I care about.

Take the form (inc map)

Transpose will only work if the cursor is on , or m. Ideally (imo) it should work with the cursor on m,a,p, and do nothing on .

All of the wrap commands and all of the kill commands have this issue as well.