Default `Go to File...` (CTRL+P) is not working properly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
After updating to the latest version (v1.26.0). The default behavior for Go to File... command is not working properly. It goes to previous line instead of showing Quick Open panel. Reverting to previous version v1.25.2 fixed this issue.
To Reproduce
- Open some project on your vscode
- Update to the latest version (v1.26.0).
- Open any file
- Make sure to focus on that file
- Press
ctrl+p
The cursor will move up.
Expected behavior
The Quick Open panel should be open.
Environment (please complete the following information):
- Extension (VsCodeVim) version: v1.26.0
- VSCode version: 1.82.0
- OS: Windows 10 Home with WSL Ubuntu 20.04
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Ctrl+P behavior in the VSCodeVim extension with VSCode 1.82.0 and extension v1.26.0, comparing it with v1.25.2. Trace the keybinding handling that turns Ctrl+P into cursor movement instead of opening Quick Open. Done means Ctrl+P opens the Quick Open panel while the file remains focused.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100