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
Describe the bug
When I press Y in the normal mode, I expect a line to be copied from the current cursor position to the EOL. Instead, the entire line is copied (like yy).
To Reproduce
Steps to reproduce the behavior:
Place the cursor in the middle of the line,
press Y,
press p to see the yanked text (the entire line).
Expected behavior p would paste only half of the line (or wherever the cursor was).
Screenshots
Nagranie.z.ekranu.2026-05-8.o.13.11.18.mov
Environment (please complete the following information):
Extension (VsCodeVim) version: 1.32.4
VSCode version: 1.119.0 (Universal)
OS: 1.119.0 (Universal)
Additional context
Add any other context about the problem here. D works as expected (deletes line from the current cursor to the EOL).
The video shows the default (commented) config and only one enabled extension.
Describe the bug
When I press
Yin the normal mode, I expect a line to be copied from the current cursor position to the EOL. Instead, the entire line is copied (likeyy).To Reproduce
Steps to reproduce the behavior:
Y,pto see the yanked text (the entire line).Expected behavior
pwould paste only half of the line (or wherever the cursor was).Screenshots
Nagranie.z.ekranu.2026-05-8.o.13.11.18.mov
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Dworks as expected (deletes line from the current cursor to the EOL).The video shows the default (commented) config and only one enabled extension.