You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great plugin! I’m not sure if I’m doing this doing this correctly:
I have markdown mappings for bold and italics as so
autocmdFileTypemarkdownletb:surround_105="*\r*"" i = 105autocmdFileTypemarkdownletb:surround_98="**\r**"" b = 98
When I want to italics a line yssi Works. However to remove the italics, dsi does not, but ds* works instead.
Assuming this doesn’t work, is there another approach to this, especially important for mapping to 2 characters as used in b above, otherwise need to do ds* twice!
The text was updated successfully, but these errors were encountered:
idvorkin
changed the title
Custom mappings apply to ys but not to ds
How to apply custom mappings to ds, (ys works)
Feb 21, 2022
tomtomjhj
added a commit
to tomtomjhj/vim-surround
that referenced
this issue
Jun 4, 2022
Great plugin! I’m not sure if I’m doing this doing this correctly:
I have markdown mappings for bold and italics as so
When I want to italics a line
yssi
Works. However to remove the italics,dsi
does not, butds*
works instead.Assuming this doesn’t work, is there another approach to this, especially important for mapping to 2 characters as used in b above, otherwise need to do
ds*
twice!The text was updated successfully, but these errors were encountered: