Hello,It seems I found a bug in zsh with vim-mode enabled. Ctrl-U (clear line to the beginning) doesn't work correctly after switching between "normal" and "insert" modes.How to reproduce:1. type a command in zsh2. press ESC (switches to the "normal mode", which is navigation mode)3. press 'a' (switches to the insert mode back)4. try to clean the line with Ctrl-U.--Best Regards.Taras Halturin