Recommended way to join lines #456
-
Hi, What is the recommended way to join the two dangling parentheses at the end of the code snippet with the above sexp form in one or two keystrokes? In vis I would just do Before: (setq auth-source-pass-filename "~/.password-store")
)) After: (setq auth-source-pass-filename "~/.password-store"))) One way I can imagine doing this is by typing |
Beta Was this translation helpful? Give feedback.
Answered by
DogLooksGood
May 8, 2023
Replies: 1 comment 1 reply
-
PS:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jgarte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
meow-join
,meow-kill
.PS:
negative-argument
beforemeow-join
for reversed selection.meow-join
is expandable. Expand to select all continuous empty lines.