[Feature]: Keyboard shortcuts to change next and previous navigation
#6803
GisTypical
started this conversation in
Ideas
Replies: 2 comments
|
Yes please, majority of apps on Mac (not sure how it is on Windows) use |
0 replies
|
I created a PR, adding keybinds for |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/web
Problem or use case
Currently,
nextandpreviousnavigation actions can only be done with Up Arrow and Down Arrow (e.g. File Picker, Project Picker).Proposed solution
Have new keybindings commands to change
nextandpreviousnavigation actions. For example:ctrl + p(up),ctrl + n(down).Why this matters
Muscle memory when coming from Vim, OpenCode, Codex or Zed.
Smallest useful scope
Add a setting for enabling
ctrl + p(up),ctrl + n(down). Avoid conflicting with the currentctrl + nfor new chat.Alternatives considered
No response
Risks or tradeoffs
Conflicts with default keybindings.
Examples or references
Codex, Zed and OpenCode when using the file picker or other pickers.
Contribution
All reactions