Linux

Monday, September 07, 2009

Disable beep sound in Linux

Felt that beep sound (bell) annoying whenever i operate on gvim or shell and if i do something extra. To disable that add this line into .cshrc file
setenv bell-style none
quit the terminal and open again. Say bye to beep sounds! "set vb" command in gvim will also suppress the audible bell in the gvim and rather do visual bell!

Labels: