From f19fcc630b19620e2ea3521ba4fe89f6c5154b9a Mon Sep 17 00:00:00 2001 From: Nicolas Goudry Date: Mon, 10 Jun 2024 00:13:41 +0200 Subject: [PATCH] feat(plugins/telescope): add keymap to get notifications --- plugins/telescope.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/telescope.nix b/plugins/telescope.nix index faa4d37..00d5714 100644 --- a/plugins/telescope.nix +++ b/plugins/telescope.nix @@ -117,6 +117,12 @@ key = "fk"; fn = "keymaps"; } + { + desc = "Find notifications"; + key = "fn"; + fn = "notify"; + extension = "notify"; + } { desc = "Find history"; key = "fo";