Skip to content

feature: add the ability to open the notification contents after finding it with fzf #1037

Open
@sufftea

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

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions