Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: dabbrev like feature for zsh
- X-seq: zsh-workers 21063
- From: Stefan Reichör <stefan@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: dabbrev like feature for zsh
- Date: Thu, 24 Mar 2005 07:49:54 +0100
- Cancel-lock: sha1:GEFaJNFA3ogvb4hEOMM8EfHseE4=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <m03bumzufa.fsf@xxxxxxxxxxxxxxxxxxxx> <1050323120519.ZM15277@xxxxxxxxxxxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
Thanks Bart!
Here are the settings that I use now.
I use F5 and Shift-F5 to call the history complete functions.
## dabbrev for zsh!!
zstyle ':completion:history-words:*:history-words' stop yes
zstyle ':completion:history-words:*:history-words' list no
zstyle ':completion:history-words:*' remove-all-dups yes
zstyle ':completion:history-words:*' menu yes
bindkey '\e[15~' _history-complete-older #F5
bindkey '\e[28~' _history-complete-newer #Shift-F5
Stefan.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author