Vim
Vim copied to clipboard
Navigation issue - left arrow
Describe the bug In recent VSCode update, the behaviour of left arrow in insert mode has changed. Verified it on two separate installations.
To Reproduce Steps to reproduce the behavior:
- Have a line of text
- Position the cursor in the beginning of the line
- Go to insert mode ('i')
- Hit cmd - right arrow to go to the end of line
- Hit left arrow
- The cursor goes back to the beginning of the line
Expected behavior The cursor should move 1 character to the left (not to the beginning of the line, or position from where we moved with cmd-right arrow).
Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.26.0
- VSCode version: 1.82.2
- OS: macOS Ventura
Downgrading to VsCodeVim 1.25.2 fixes the issue.
Probably related to my issue #8585 Have you also been experiencing navigation problems with keys other than left arrow? Sometimes the right arrow also glitches out but I haven't been able to reproduce it.
Yeah, same happens when you move with cmd-left arrow and right after that you press right arrow. It will go back to the initial position even if it's the whole line rather than just one character. It seems as if the arrow undoes the previous movement in this case. Only in insert mode though.
Same here
Environment: Extension (VsCodeVim) version: v1.26.0 VSCode version: 1.82.2 OS: macOS 13.5.2
Same here
Environment: Extension (VsCodeVim) version: v1.26.0 VSCode version: 1.78.2 OS: macOS 13.2
@timeinpixels
Same issue here:
Extension (VsCodeVim) version: 1.26.0
VSCode version: 1.74.3
OS: Linux Ubuntu 2020 LTS
How did you "roll back" / downgrade to previous version? Right clicking on the extension "Install Another Version..." is greyed out on my machine.
@timeinpixels
Same issue here:
Extension (VsCodeVim) version: 1.26.0 VSCode version: 1.74.3 OS: Linux Ubuntu 2020 LTSHow did you "roll back" / downgrade to previous version? Right clicking on the extension "Install Another Version..." is greyed out on my machine.
you can download v1.25.2 from the "version history" tab on this page https://marketplace.visualstudio.com/items?itemName=vscodevim.vim, and manually install it on vscode using "install from vsix" option.
Thank you! Instantly fixed issue. Guess we have to wait for proper fix for some time, considering 1.5 overall number :)
Still seeing this issue with latest version. Downgrade still works fine.
Still seeing this issue with the latest version.
@timeinpixels Same issue here:
Extension (VsCodeVim) version: 1.26.0 VSCode version: 1.74.3 OS: Linux Ubuntu 2020 LTSHow did you "roll back" / downgrade to previous version? Right clicking on the extension "Install Another Version..." is greyed out on my machine.
you can download v1.25.2 from the "version history" tab on this page https://marketplace.visualstudio.com/items?itemName=vscodevim.vim, and manually install it on vscode using "install from vsix" option.
Just want to point out that there seems to be a limit on max 5 previous releases. So, for e.g., currently, the oldest visible download is 1.26.2
V1.25.2 is lost in cyberspace somewhere!
Jumping in to say that as of v1.28.1 this is still an issue, though it's inconsistent.
@timeinpixels Same issue here:
Extension (VsCodeVim) version: 1.26.0 VSCode version: 1.74.3 OS: Linux Ubuntu 2020 LTSHow did you "roll back" / downgrade to previous version? Right clicking on the extension "Install Another Version..." is greyed out on my machine.
you can download v1.25.2 from the "version history" tab on this page https://marketplace.visualstudio.com/items?itemName=vscodevim.vim, and manually install it on vscode using "install from vsix" option.
Just want to point out that there seems to be a limit on max 5 previous releases. So, for e.g., currently, the oldest visible download is 1.26.2
V1.25.2 is lost in cyberspace somewhere!
Hi @TryerGit, instead of browsing the versions on https://marketplace.visualstudio.com/items?itemName=vscodevim.vim, you can still install from vsix of your desired version by browsing through their releases directly from here: https://github.com/VSCodeVim/Vim/releases
Essentially,
- browse to https://github.com/VSCodeVim/Vim/releases/tag/v1.25.2 ( or any other version you desire )
- download the
.vsixfile - on VScode run
install from vsixand use that.vsixfile - Restart extensions
I hope this helps!
Still encountering this issue in the latest version of VSCode as well as the latest version of VSCodeVim. I am still working with Version 1.25.2 of VSCodeVim since that seems to be the latest version without the issue.
Any possibility of a fix? @J-Fields
Thank you for your time and effort!
Also experiencing this issue on the latest version, and downgrading my extension version to 1.25.2 fixes it. The bug affects both left and right arrows, the cursor either jumps multiple words or jumps to the beginning or the end of the line.
VSCode 1.96.4 Windows 10