Macos – How to get the Mac Terminal to not beep

macosterminal

I'd like to prevent the Mac Terminal program from beeping, for example when there are multiple possible completions when I hit TAB. I looked in the preferences, but there's nothing about beeping.

Best Answer

In OS X Leopard (10.5 and later)

  1. Open Terminal.
  2. On the menu go to Terminal > Preferences.
  3. Open Settings > Advanced ("Profiles" tab for Big Sur)
  4. Un-check the "Audible Bell" option. (You can also set "visible bell" which will cause your terminal to flash instead of beep)

In OS X Tiger (10.4 and earlier):

  1. Open Terminal.
  2. On the menu go to Terminal > Window Settings.
  3. In the Terminal Inspector window click on the drop-down list and select Emulation.
  4. Un-check the "Audible Bell" option. (You can also set "visible bell" which will cause your terminal to flash instead of beep)
Related Question