zed icon indicating copy to clipboard operation
zed copied to clipboard

Allow vim j/k while inside file finder, project panel, or command palette

Open fazulk opened this issue 2 years ago • 0 comments

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

image

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

fazulk avatar Apr 25 '24 18:04 fazulk