Add actions for Cycling between Zed Windows (workspace::Activate{Next,Prev}Window
)
#22740
Open
1 task done
Labels
enhancement
[core label]
keymap / key binding
Feedback for keyboard shortcuts, key mapping, etc
windows
workspace
Feedback for workspace management, layout, interactions, etc
Check for existing issues
Describe the feature
Add a Zed action to support for cycling through multiple open Zed Windows (next/previous)
workspace::ActivateNextWindow
workspace::ActivatePrevWindow
The is normally handled by the OS, (e.g. US keyboards) and can go both directions (prev/next)
But that means it is not possible for Zed to support custom keybinds for cycling amongst Zed windows, e.g.
ctrl-x 5 o
to match emacs. Or to support such behavior on Windows, which I lacks an OS shortcut, but where some apps (maybe vscode?) implement alt-` themselves.Originally reported by @rosstimson here:
Zed Version and System Specs
N/A
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: