noctuid / lispyville

lispy + evil = lispyville
GNU General Public License v3.0
315 stars 23 forks source link

What is the recommended way to delete an sexp? #60

Open rgrinberg opened 5 years ago

rgrinberg commented 5 years ago

Normally I just use a text object: da(. Wondering if there's a better way.

noctuid commented 5 years ago

You can use one of the provided text objects. Eventually there will be more/better text objects. You could also use lispy (depends on your keybindings, but it would be something like )d to go to the list and and delete it or C-, for lispy-kill-at-point).