Replies: 1 comment
-
You can achieve this via custom setup; it is not possible using the default behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With
vim-surround
it’s possible (for example) to turn<b>word</b>
into*word*
viacst*
. However with nvim-surround I just get prompted for a tag name, so it turns into<*>word</*>
. Is there a way to achieve this, or is this a bug?Beta Was this translation helpful? Give feedback.
All reactions