Vim Surround¶
Resources¶
Surround in visual mode¶
Get in visual mode. Then use S
to surround, eg. S()
.
Pairs nicely with nvim-treesitter-text-objects. Use gnn
, then grn
, then
do the S
thing.
Get in visual mode. Then use S
to surround, eg. S()
.
Pairs nicely with nvim-treesitter-text-objects. Use gnn
, then grn
, then
do the S
thing.