Closed jul-sh closed 6 months ago
I really want to like this plugin. It's a bit complex, but this config works for me
bindkey '^I' menu-select bindkey -M menuselect '^I' menu-complete bindkey -M menuselect "$terminfo[kcbt]" reverse-menu-complete
The only issue is that I cannot exit menus with shift tab anymore. I'd like to bind the escape key to exit any menu instead.
Found the relevant binding: bindkey -M menuselect '^[' send-break in #226
bindkey -M menuselect '^[' send-break
I really want to like this plugin. It's a bit complex, but this config works for me
The only issue is that I cannot exit menus with shift tab anymore. I'd like to bind the escape key to exit any menu instead.