We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workbench.action.gotoSymbol
Describe the bug After jumping to symbol via workbench.action.gotoSymbol VIM cursor remains at original position.
To Reproduce
i
Expected behavior Should switch to Insert mode at symbol's position.
Insert
Observed behavior Switches to Insert mode at original cursor position.
Environment (please complete the following information):
Extension (VsCodeVim) version: v1.27.3 Version: 1.91.1 (user setup) Commit: f1e16e1e6214d7c44d078b1f0607b2388f29d729 Date: 2024-07-09T22:06:13.855Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT arm64 10.0.26100
The text was updated successfully, but these errors were encountered:
#9195 #9195 opened last week by Bear-Frost
sameWith this issue, i just meet the same issue
Sorry, something went wrong.
No branches or pull requests
Describe the bug
After jumping to symbol via
workbench.action.gotoSymbol
VIM cursor remains at original position.To Reproduce
workbench.action.gotoSymbol
i
to insertExpected behavior
Should switch to
Insert
mode at symbol's position.Observed behavior
Switches to
Insert
mode at original cursor position.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: