gitui icon indicating copy to clipboard operation
gitui copied to clipboard

How to focus panes rather than move into them?

Open piersolenski opened this issue 2 years ago • 2 comments

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 avatar Nov 17 '23 15:11 piersolenski

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.

non-descriptive avatar Nov 21 '23 13:11 non-descriptive

Related to: #1729

smammy avatar Nov 23 '23 15:11 smammy