Surround multiple characters #359
Replies: 1 comment
-
See #147 for discussion on this topic. For the time being, the way that I would personally deal with markdown stuff is:
|
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
-
Hi there. I usually write Markdown in Neovim but to write bold strings (i.e
**abc**
), I have to perform twice these operations: Select text ->S*
Are there any better idea to reduce keystrokes? There are other cases such as
abc
->___abc___
.Thank in advance!
Beta Was this translation helpful? Give feedback.
All reactions