How to manipulate surrounding symbols? #205
-
Coming from Helix , I'm missing something like its surround functionality. For surround symbols which are the same, like |
Beta Was this translation helpful? Give feedback.
Answered by
DogLooksGood
Feb 26, 2022
Replies: 1 comment
-
No, there's not. But Emacs has a lot packages for manipulating parentheses, like For vanilla Emacs, there's a command called
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jdnavarro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there's not. But Emacs has a lot packages for manipulating parentheses, like
smartparens
orparedit
.For vanilla Emacs, there's a command called
insert-pair
.