### Question How can I change the binding for switching between vi insert mode and normal mode? I've tried already the following binding with no effect: ``` { name: normal_mode modifier: alt keycode: char_l mode: [vi_insert, vi_normal, emacs] event: { send: Esc } } ``` ### Additional context and details _No response_