Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
sufftea opened this issue Jan 15, 2025 · 0 comments · May be fixed by #1041
Open
1 task done

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

sufftea opened this issue Jan 15, 2025 · 0 comments · May be fixed by #1041
Labels
enhancement New feature or request

Comments

@sufftea
Copy link

sufftea commented Jan 15, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant