Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Menu-complete with tab, complete with alt-tab



> 
> MENU_COMPLETE doesn't change keybindings, it changes the behaviour of
> the standard binding, which is expand-or-complete.  So what you want
is,
> instead of the setopt,
> 
> bindkey "^I" menu-complete
> bindkey "\M-^I" expand-or-complete
>

bindkey "\M-^I" complete-word

if you are using new completion. Not necessarily but highly recommended.
And then fine tune it to do expansion (if needed).

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author