Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_history-complete-older and _history-complete-newer
- X-seq: zsh-users 30395
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: _history-complete-older and _history-complete-newer
- Date: Thu, 13 Nov 2025 04:33:01 +0100
- Archived-at: <https://zsh.org/users/30395>
- List-id: <zsh-users.zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
_history-complete-older and _history-complete-newer are not documented.
qaa% autoload -U compinit
qaa% compinit
qaa% bindkey | grep _history-complete
"^[," _history-complete-newer
"^[/" _history-complete-older
With a big history:
zsh: do you wish to see all 29860 possibilities (29866 lines)?
I'm wondering how this can make sense to output such a long list
non interactively. Moreover, the tab key should not be regarded
as a yes.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author