zed
zed copied to clipboard
Allow vim j/k while inside file finder, project panel, or command palette
Check for existing issues
- [X] Completed
Describe the feature
Ideally, you could press the tab key from here which would then put focus on the files listed, from there you can press j or k to move up and down through the list
Once you press tab, locating any items by their name is disabled because focus is now on the items listed. You need to navigate through the list either by arrow keys or jk.
This is currently a setting in vscode that is only enabled when the VIM or Neovim extension is installed.
This same function could be applied to any finder/picker box, such as project, settings, etc.
If applicable, add mockups / screenshots to help present your vision of the feature
No response