abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.19k stars 129 forks source link

`lispy-kill` doesn't kill to end of line #645

Open rgkirch opened 1 year ago

rgkirch commented 1 year ago

I expect lispy-kill to kill help in every example. It doesn't in the last one. This is all in clojure-mode. I'm

{thing thing
 |(what ho) help
 other other}

{thing thing

 other other}

{thing thing
 |(what ho) help
 }

{thing thing

 }

{thing thing
| (what ho) help
 other other}

{thing thing

 other other}

{thing thing
 |(what ho) help}

{thing thing
  help}

❌ Thanks!