feat(shortcuts): navigate sessions and projects - #47
Merged
hardbeat920 merged 2 commits intoSep 5, 2026
Conversation
Owner
|
This looks great can you rebase before merge. Thanks again 🙏 |
|
Some feedback, would it be possible to make these keys rebindable? I use Hyper key a lot (CMD + Option + Ctrl) and stay on home row a lot so moving finger to arrows would be slow. I don't know how common it is but my "arrow" keys are Hyper + h/j/k/l and that wouldn't work with the combo above since Hyper interferes with that. |
Owner
|
Good point @truongio! Configurable keybindings make sense, but shortcuts are currently hard-coded and the Keybindings settings page is read-only, so doing this properly would be a broader feature. I’d prefer to land this PR with the proposed defaults and track customizable keybindings separately. Thanks for flagging it. |
Warexpor
added a commit
to Warexpor/monocode
that referenced
this pull request
Sep 4, 2026
Port hardbeat920#47 onto this fork: cmd/ctrl+shift+↑/↓ walks the sidebar session order (filters, folders, collapsed state), cmd/ctrl+shift+←/→ walks the project rail, and cmd/ctrl+1…9 stay tab activation. The new chords stay out of text fields, editors, terminals, and overlays. Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #21
Went with the spatial version from the issue:
Kept cmd+1…9 as tabs. The new shortcuts stay out of text fields, editors, terminals and overlays.
Session cycling also follows filters/folders/collapsed state instead of just whatever happens to be mounted on screen.
Tested with
npm run check:webandnpm run build.