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

How to focus panes rather than move into them? #1955

Open
piersolenski opened this issue Nov 17, 2023 · 2 comments
Open

How to focus panes rather than move into them? #1955

piersolenski opened this issue Nov 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@piersolenski
Copy link

The following focus keybindings seem to have been deprecated:

focus_right: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
focus_left: Some(( code: Char('h'), modifiers: ( bits: 0,),)),
focus_above: Some(( code: Char('k'), modifiers: ( bits: 0,),)),
focus_below: Some(( code: Char('j'), modifiers: ( bits: 0,),)),

Is there still a way to achieve this behaviour of focusing the right pane without moving into it fully?

@piersolenski piersolenski added the bug Something isn't working label Nov 17, 2023
@non-descriptive
Copy link

Also met the issue. Updated from 0.22.1 to the current latest 0.24/3 and diff panel changed it's behavior from half width opening to full width and now automatically skips to the next changed file, but only if file completely staged. And no way skip to next file without Esc back to navigation tree.
Was also unexpected to have "Next" option but it next tab.

@smammy
Copy link

smammy commented Nov 23, 2023

Related to: #1729

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants