Replies: 1 comment 1 reply
|
@ogulcancelik - This discussion proposes adding a |
1 reply
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.
Add a new last_workspace keybinding feature that allows users to toggle focus between the current and previously-focused workspace.
Full Proposal Details
Motivation
Implementation Status
Ready for review - Feature is fully implemented with:
last_workspacekeybinding configurationTesting Status: Implementation could not be validated at runtime due to zig build version incompatibility
Technical Details
The implementation follows the same patterns as
last_pane:previous_workspace_idxin AppStateTesting Limitation
Build was blocked due to zig version incompatibility:
brew install zig@0.15on macOSThe feature is complete and code-reviewed. It just needs runtime testing on a system with the correct zig version.
Code Ready
A PR has been prepared with all changes ready to merge:
All reactions