Skip to content

Commit ec6e598

Browse files
author
Stephan Dilly
committed
fix h for help keybinding in keyconfig example
1 parent b6429bc commit ec6e598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KEY_CONFIG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Create a `key_bindings.ron` file like this:
1616
move_right: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
1717
move_up: Some(( code: Char('k'), modifiers: ( bits: 0,),)),
1818
move_down: Some(( code: Char('j'), modifiers: ( bits: 0,),)),
19+
20+
open_help: Some(( code: F(1), modifiers: ( bits: 0,),)),
1921
)
2022
```
2123

0 commit comments

Comments
 (0)