間違いだらけの備忘録

このページの内容は無保証でありこのページの内容によって直接、または間接に損害を受けられたとしても私は責任を取りません。

ビープ音(ベル)静音化

コンソール(readline)

$ tail -n 1 /etc/inputrc
set bell-style none

less

$ tail -n 1 /etc/profile
export LESS=-q

vim

$ tail -n 1 /etc/vimrc
set visualbell

Xterm,Kterm,rxvt

$ tail -n 1 .Xresources
visualBell:true

xemacs,emacs

$ cat .emascs
(setq visible-bell t);;

普段はscreenのvisible-bell機能にお任せしている...

参考資料
ブザーの鳴らないLinuxマシン(Beepオフ)
http://homepage2.nifty.com/ssfu/others/computer/linux_silence.html

less(1) のカスタマイズ
http://www.sixnine.net/roadside/less.html

このページにはhatena以外のサービスからのコンテンツが埋め込まれています。 hatenaによりGoogle AdSense 広告が埋め込まれています。