How to focus panes rather than move into them?
オープン
bug
- 主要言語
- Rust
- スター
- 22.5k
- フォーク
- 773
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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?
コントリビューションガイド
評価
この issue はまだ評価されていません。