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

Main View keybindings #463

Merged
merged 9 commits into from
Mar 19, 2024
Merged

Main View keybindings #463

merged 9 commits into from
Mar 19, 2024

Conversation

MrStashley
Copy link

@MrStashley MrStashley commented Mar 15, 2024

I added all of the main view keybindings, including all of the session level ones

I feel like open side bar should automatically add the active line if a line is selected , thoughts?

Also note: Cmd+ArrowDown does not currently work if a tab is selected, because the line terminal keybindings take over
Should I revert that one for now or just keep it the way it is? I feel like it's a small enough thing to keep in and I will work on the term ones next
Those will be the hardest ones I think

GlobalModel.onMetaArrowDown();
return true;
});
keybindManager.registerKeybinding("pane", "session", "app:restartCommand", (waveEvent) => {
Copy link
Author

Choose a reason for hiding this comment

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

Does this organization make sense? for what is pane vs what is main view?

@sawka sawka merged commit 23fa1c3 into main Mar 19, 2024
5 checks passed
@sawka sawka deleted the cole/mainview-keybindings branch March 19, 2024 06:41
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