Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: histbeep doesn't work?
On Thu, Apr 02, 2015 at 08:37:18AM -0700, Bart Schaefer wrote:
> On Apr 2, 3:00pm, Han Pingtian wrote:
> }
> } How to trigger the beep when failing to access a history entry?
>
> HISTBEEP doesn't refer to bang-history, it refers to history motions
> in the ZLE widget set.
I'd like to suggest clarify the doc something like this:
---
Doc/Zsh/options.yo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 19920ca..d1f9a23 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -809,7 +809,7 @@ pindex(NOHISTBEEP)
cindex(history beeping)
cindex(beep, history)
item(tt(HIST_BEEP) <D>)(
-Beep when an attempt is made to access a history entry which
+Beep in ZLE widget when an attempt is made to access a history entry which
isn't there.
)
pindex(HIST_EXPIRE_DUPS_FIRST)
--
1.9.3
Messages sorted by:
Reverse Date,
Date,
Thread,
Author