nvim-notify icon indicating copy to clipboard operation
nvim-notify copied to clipboard

[Feature Request] add a bell to the notification

Open fent opened this issue 2 years ago • 0 comments

Sometimes I look away from my terminal and look at other apps. During that time, a notification could have happened. It would be convenient to know when that happens in case it needs my attention, such as when a test/build is finished.

The shell bell can be a nice way to achieve this. By having nvim-notify run tput bel, we can get that effect

fent avatar Jan 25 '24 23:01 fent