Is there an extension or mode in Emacs similar to surround.vim?
Posted
by Chow
on Stack Overflow
See other posts from Stack Overflow
or by Chow
Published on 2010-04-30T17:36:19Z
Indexed on
2010/04/30
17:37 UTC
Read the original article
Hit count: 232
Surround.vim is a nifty vim extension that allows you to surround blocks of text with , brackets, braces, and pretty much any arbitrary "surround" character. It supports paragraph and word surround, but I frequently use it in visual mode. I'm playing around with Emacs and wondering if there's something similar; something that will let me highlight a region and then have the marked region (or rectangle) enclosed with braces, brackets or tags.
© Stack Overflow or respective owner