简体   繁体   中英

kill next expression in paredit

In emacs paredit-mode one can kill all following expressions which are inside the current line by hitting Ctrl+k :

(1 |(2 3) 4 5)
(1)

How can you do the same thing, but just affecting the next expression:

(1 |(2 3) 4 5)
(1 4 5)

try CMk (ctrl+alt+k) It is not the paredit feature, but emacs native editing feature:

http://www.cliki.net/Editing+Lisp+Code+with+Emacs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM