You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting a lower timeout on the window. However, this isn't favorable all of them time. Sometimes I would like to have windows open longer than others, and when they are in the way and I want them to be closed, I'd like to close them.
I have a function like the following, that allows me to focus floating windows and I can close them if I'd like, but that involves having to press the keybinding for the function, followed by :q, when I can just have a single builtin keybinding to close the window.
Did you check the docs?
Is your feature request related to a problem? Please describe.
I'd like to be able to dismiss the
mini
view notification windows.Describe the solution you'd like
Would it be possible to get something like
nvim-notify
'sdismiss
function?Describe alternatives you've considered
Setting a lower timeout on the window. However, this isn't favorable all of them time. Sometimes I would like to have windows open longer than others, and when they are in the way and I want them to be closed, I'd like to close them.
I have a function like the following, that allows me to focus floating windows and I can close them if I'd like, but that involves having to press the keybinding for the function, followed by
:q
, when I can just have a single builtin keybinding to close the window.Function
Additional context
I see that there is
MiniView:hide
, but the function is empty.I tried calling
require('noice.view.backend.mini'):hide()
and it doesn't do anything.The text was updated successfully, but these errors were encountered: