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
Hi! I've just started using ideavim, but I came across an issue that I don't have on other vim environments with the surround plugin.
If I do cst<span where the cursor (^) is placed it doesn't change surrounding tag (code is left the same).
On the other hand cst" changes the <div>hello!</div> into "hello!" as expected.
I use the newest IntelliJ Ultimate (Build #IU-242.20224.300, built on August 6, 2024). and I've tried both EAP and non-EAP version of IdeaVIM (2.15.2).
Could you please tell me if this is a bug or how to make it work?
EDIT 2: cst<span> seems to be working, but I also run to other problem.
if I want to repeat ysgn( to mark next ocurence of a selected word (ie with *) in the text, . doesn't work properly even after adding Plug 'tpope/vim-repeat' to the config. Is there some solution to this case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I've just started using ideavim, but I came across an issue that I don't have on other vim environments with the surround plugin.
If I do
cst<span
where the cursor (^) is placed it doesn't change surrounding tag (code is left the same).On the other hand
cst"
changes the<div>hello!</div>
into"hello!"
as expected.I use the newest IntelliJ Ultimate (Build #IU-242.20224.300, built on August 6, 2024). and I've tried both EAP and non-EAP version of IdeaVIM (2.15.2).
Could you please tell me if this is a bug or how to make it work?
EDIT: found the issue related to this https://youtrack.jetbrains.com/issue/VIM-2796/surround-with-tag-doesnt-work-with-enter
EDIT 2:
cst<span>
seems to be working, but I also run to other problem.if I want to repeat
ysgn(
to mark next ocurence of a selected word (ie with*
) in the text,.
doesn't work properly even after addingPlug 'tpope/vim-repeat'
to the config. Is there some solution to this case?Beta Was this translation helpful? Give feedback.
All reactions