gomuks: added keybindings
This commit is contained in:
parent
49e7178980
commit
c70fc2ecda
13
src/.config/gomuks/keybindings.yaml
Normal file
13
src/.config/gomuks/keybindings.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
main:
|
||||||
|
# ctrl-enter is broken for me and idk why
|
||||||
|
'Ctrl+u': add_newline
|
||||||
|
|
||||||
|
visual:
|
||||||
|
# just to emphasize that these binds do exist by default 🐸
|
||||||
|
'h': clear
|
||||||
|
'k': select_prev
|
||||||
|
'j': select_next
|
||||||
|
'l': confirm
|
||||||
|
|
||||||
|
room:
|
||||||
|
'Escape': no-op
|
Loading…
Reference in New Issue
Block a user