Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] Improve split and tab navigation behavior #5579

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

liby
Copy link
Contributor

@liby liby commented Feb 5, 2025

This PR improves the split and tab navigation experience by making gotoSplit actions (next/previous) automatically fall back to gotoTab actions (next/previous) when no splits exist in the current window, providing more intuitive navigation between splits and tabs.

The implementation is currently macOS-only as I don't have access to Linux hardware for testing.

cc @shinoxzu - Would you mind giving it a try? Any feedback would be appreciated!

Partially fixes #5552

@shinoxzu
Copy link

shinoxzu commented Feb 5, 2025

Hello! I tried it and it works just fine. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split and tab navigation keybind actions should be performable
2 participants