mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix h for help keybinding in keyconfig example
This commit is contained in:
parent
b6429bc330
commit
ec6e5987ad
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ Create a `key_bindings.ron` file like this:
|
|||
move_right: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
|
||||
move_up: Some(( code: Char('k'), modifiers: ( bits: 0,),)),
|
||||
move_down: Some(( code: Char('j'), modifiers: ( bits: 0,),)),
|
||||
|
||||
open_help: Some(( code: F(1), modifiers: ( bits: 0,),)),
|
||||
)
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue