以前使用 mdk 時 自動補齊(tab) 不會 beep,
現在 gentoo 和 RH 一樣 會 beep 一下.
不知道如何設定, 好像也不是 visual bell 的原因
有 high hand 知道嗎 ?
如何 disable 自動補齊(tab) 時發出beep 聲
Moderator: Forums Team
Re: 如何 disable 自動補齊(tab) 時發出beep 聲
可以參考 /etc/inputrc
開頭的
# /etc/inputrc:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/inputrc,v 1.7 2003/10/13 22:
# do not bell on tab-completion
set bell-style none
開頭的
# /etc/inputrc:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/inputrc,v 1.7 2003/10/13 22:
# do not bell on tab-completion
set bell-style none
Re: 如何 disable 自動補齊(tab) 時發出beep 聲
benzgto wrote:以前使用 mdk 時 自動補齊(tab) 不會 beep,
現在 gentoo 和 RH 一樣 會 beep 一下.
不知道如何設定, 好像也不是 visual bell 的原因
有 high hand 知道嗎 ?