mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
additional documentation for stash_open (#1525)
This commit is contained in:
parent
c663e6b0a9
commit
48eed0562a
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ Create a `key_bindings.ron` file like this:
|
|||
move_up: Some(( code: Char('k'), modifiers: ( bits: 0,),)),
|
||||
move_down: Some(( code: Char('j'), modifiers: ( bits: 0,),)),
|
||||
|
||||
stash_open: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
|
||||
|
||||
open_help: Some(( code: F(1), modifiers: ( bits: 0,),)),
|
||||
)
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue