additional documentation for stash_open (#1525)

This commit is contained in:
extrawurst 2023-01-28 14:44:36 +01:00
parent c663e6b0a9
commit 48eed0562a

View file

@ -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,),)),
)
```