Skip to content

Use ctrl+arrow to switch focus between panes in the status tab #1381

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

Closed
wants to merge 1 commit into from

Conversation

alexmaco
Copy link
Contributor

@alexmaco alexmaco commented Oct 7, 2022

Currently, the only way to switch between the tree and stage is by scrolling through the entire list.
This adds a way of doing it quickly for very long lists.

This Pull Request fixes/closes #1295 .

It changes the following:

  • adds 4 new key combos (focus_pane_$direction), defaulting to ctrl+arrow
  • uses those combos in the status tab to switch views

Right now it doesn't add these combos as commands, since the available commands is already very crowded and confusing, but I can add the commands if necessary.

I followed the checklist:

  • I added unittests
  • I ran make check without errors
  • I tested the overall application
  • I added an appropriate item to the changelog

Currently, the only way to switch between the tree and stage
is by scrolling through the entire list.
This adds a way of doing it quickly for very long lists.
@extrawurst
Copy link
Collaborator

Currently, the only way to switch between the tree and stage is by scrolling through the entire list.

that’s not true there is a hot key for that already

@extrawurst
Copy link
Collaborator

You can simply rebind that toggle to whatever you prefer

@alexmaco
Copy link
Contributor Author

alexmaco commented Oct 8, 2022

that’s not true there is a hot key for that already

Somehow I missed that, I thought it would send the current tree item to stage instead 😆.

@alexmaco alexmaco closed this Oct 8, 2022
@alexmaco
Copy link
Contributor Author

alexmaco commented Oct 8, 2022

I think #1295 can probably be closed in that case.

@alexmaco alexmaco deleted the focus_ctrl_arrow branch October 8, 2022 10:42
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.

[Help] Shortcut issues
2 participants