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

Bind ctrl+tab and ctrl+shift+tab by default #2387

Merged
merged 1 commit into from
Oct 5, 2024
Merged

Conversation

mitchellh
Copy link
Contributor

This matches default behaviors on native apps for macOS and GTK so we should always bind it.

This matches default behaviors on native apps for macOS and GTK so we
should always bind it.
@mitchellh mitchellh merged commit a36bdd9 into main Oct 5, 2024
10 checks passed
@mitchellh mitchellh deleted the push-pkurnzzzyxyx branch October 5, 2024 16:37
alloc,
.{ .key = .{ .translated = .left }, .mods = .{ .ctrl = true, .shift = true } },
.{ .previous_tab = {} },
);
try result.keybind.set.put(
alloc,
.{ .key = .{ .translated = .right }, .mods = .{ .ctrl = true, .shift = true } },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be a stupid question, but why was the corresponding previous_tab removed, but this next_tab was kept in?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may have been a typo. Let me look into it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants