diff --git a/src/.config/gomuks/keybindings.yaml b/src/.config/gomuks/keybindings.yaml new file mode 100644 index 0000000..f937a93 --- /dev/null +++ b/src/.config/gomuks/keybindings.yaml @@ -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