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
with the cursor on b, issuing vipJ to join the lines will result in
a bc def
g
whereas in VSCodeVim I get
a bc def
g
the empty line after the paragraph is removed. If I use d to delete the paragraph instead of J to join it, both vim and VSCodeVim end up with
g
so that's good. Not sure if that means the selection itself is fine and it's the joining which is the problem?
I can move up one line and use vipkJ to achieve the right result, just wondering if there's a way to configure the extension to work like Vim does by default.
Apologies if this is well-trodden ground. I don't know all the vim terminology well enough to search / interpret the other discussions 🙃
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
-
In Vim, if I have the following
with the cursor on
b
, issuingvipJ
to join the lines will result inwhereas in VSCodeVim I get
the empty line after the paragraph is removed. If I use
d
to delete the paragraph instead ofJ
to join it, both vim and VSCodeVim end up withso that's good. Not sure if that means the selection itself is fine and it's the joining which is the problem?
I can move up one line and use
vipkJ
to achieve the right result, just wondering if there's a way to configure the extension to work like Vim does by default.Apologies if this is well-trodden ground. I don't know all the vim terminology well enough to search / interpret the other discussions 🙃
Beta Was this translation helpful? Give feedback.
All reactions