gitui
gitui copied to clipboard
How to focus panes rather than move into them?
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?
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.
Related to: #1729