showing the output of cmds inside popup #531
Unanswered
perrin4869
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just got started with noice.
The one thing I'm struggling with is, that sometimes I want the output of cmds (for example,
au CursorMove
,nmap <leader>a
, etc) to not appear inside annvim-notify
window, because it disappears faster than I can parse through the output.I know I can then type
Noice last
and get the output again inside a popup and parse through it at my leisure. Also, if the output is long enough, I notice it will be displayed in a split at the bottom... I think I would still prefer the outputs of all commands to be displayed inside a pop-up though, having them display as a notification is kinda stressing hahaThanks!
Beta Was this translation helpful? Give feedback.
All reactions