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";