feature: add the ability to open the notification contents after finding it with fzf #1037
Open
Description
Did you check the docs?
- I have read all the noice.nvim docs
Is your feature request related to a problem? Please describe.
Before the switch to fzf, I was able to:
- Find a notification
- Press enter to open the notification text in a window
- Do whatever I want with it. In particular, select and copy.
That was with telescope, but fzf doesn't let me do that. As far as I know, the only way to copy the notification text is using the mouse, which is inconvenient.
Also, the notifications seem to be ordered in reverse.
Describe the solution you'd like
Make it behave similar to the telescope version: when a notification is selected, show a window or a buffer with the notification text.
Describe alternatives you've considered
I thought there might be a way to focus on the preview window built into fzf, but I couldn't find anything like that in the docs.
Additional context
No response