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

Re: SUGGESTION: Simplify auto-completion, a little



On Feb 15,  9:45pm, mail@xxxxxx wrote:
}
} Now:    git co<tab>m<tab>
} Future: git co<tab>m
} Result: git commit
} 
} It would be sufficient just hitting the symbol `m' to auto-complete to
} `git commit`.

Ordinary keybindings don't work that way; the "m" key is bound to the
self-insert widget and does not re-enter completion.  You should seek
out one of the various options for enabling "predictive typing", or
you should try setting up menu-selection (so that the first tab would
take you into a different keymap where "m" would select from among
the possible choices).



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