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

Re: zsh: complete $PATH specs / emacs keybindings when editor is vi



On May 29, 12:02pm, Peter Stephenson wrote:
}
} On Thu, 29 May 2008 11:43:15 +0100
} "Edd Barrett" <vext01@xxxxxxxxx> wrote:
} > recall commands from the history which match the command so far. Is
} > this possible with zsh?
} 
} You've got two choices:  history-beginning-search-backward (which searches
} for what's behind the cursor) and history-search-backward (which searches
} for the first word no matter where the cursor is).

Also predictive typing (see "info --index-search=predict zsh" or
"man zshcontrib").  With that you probably want to set some styles, so
also search through that manual section for ":predict" and look at the
possibilities.  In particular you probably want to limit the set of
completers that are used for prediction.



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