How do I copy snacks.nvim messages to clipboard?

Sometimes snacks.notify shows error messages but i dont have a simple way to copy those messages to find out solutions to the problem related to the message

You can press SPC + n to see the notification history. Then you can select the text and copy with y

Are you talking about lazyvim? because I don’t have this mapping set

I do not use “distros”

Actually that is a config listed on snacks’s github repo GitHub - folke/snacks.nvim: 🍿 A collection of QoL plugins for Neovim

    { "<leader>n", function() Snacks.picker.notifications() end, desc = "Notification History" },

1 Like