rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3k stars 80 forks source link

[feature] Command to clear all notifications currently on the screen #132

Closed ChocolateOverflow closed 1 year ago

ChocolateOverflow commented 1 year ago

Sometimes I already know what the notifications are gonna say and just want to see the code on my right split, but the notifications are blocking my split until timeout. I'd like to be able to close all notifications on the screen with a single command/keymap.

rcarriga commented 1 year ago

This is already possible, see :h notify.dismiss()