IngoMeyer441 / tmux-easy-motion

Vim's easy-motion for tmux
MIT License
81 stars 6 forks source link

Causes Bell tone on iTerm/Kitty #14

Closed jam1015 closed 3 years ago

jam1015 commented 3 years ago

When I use this plugin in iterm or Kitty the 'boop' noise/bell that sounds when you do something wrong sounds when I use this plugin. It doesn't happen in Alacritty.

IngoMeyer441 commented 3 years ago

Hey, I ran some tests on a fresh Catalina installation with tmux 3.2a from Homebrew and iTerm2. Until now, I cannot reproduce the bell tone. How did you install the plugin? Could you please send your .tmux.conf?

jam1015 commented 3 years ago

Hey! I found the problem. I had both set -g monitor-activity on and set -g visual-activity off, which caused the bell. fixed by turning visual activity on.