vim-highlightedyank
vim-highlightedyank copied to clipboard
Sound/Error bell played on yank
In my .vimrc I have disabled error bells and visual bells. But when this plugin is enabled, a bell/chirp plays when I yank something. Any suggestions for how to turn it off?
Setup:
- Mac OSX Sierra (10.12.5)
- Terminal.app
- neovim v0.2.0
Hi. Does it happen always when you yank? Or, in any particular case? For example, only when you yank in visual mode.
Hey @machakann thanks for the quick reply. Currently it happens for any invocation of yank.
Fwiw, the only setting I'd adjusted is
let g:highlightedyank_highlight_duration=250
Thank you! I will check.
Hi, I tried but I couldn't reproduce the problem... If you don't mind, could you show me your vim settings which reproduces the problem in your environment?
Do you mean my vimrc? If so, the most recent version is on my github, viewable here.
Sorry for my long silence.
I have tried to check but I couldn't reproduce the problem. As far as I observed, it seems not the conflict with other plugins. However, actually, I don't have macOS, thus I couldn't check the exactly same environment. It may be caused by OS or terminal settings.
@machakann, no worries. I have a feeling it's some weird combination of macOS, Terminal app, and the plugin. If I find a solution I'll post here