From e0c1fc4368b2652dda3951cdcde6ea5b427c47a7 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 1 Apr 2025 13:21:07 +0200 Subject: [PATCH] [Telescope] Fix notifications keybind --- nvim/lua/plugins/nav/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/nav/telescope.lua b/nvim/lua/plugins/nav/telescope.lua index fecc175..49a4e82 100755 --- a/nvim/lua/plugins/nav/telescope.lua +++ b/nvim/lua/plugins/nav/telescope.lua @@ -59,7 +59,7 @@ return { -- Notifications opts.desc = "Show notifications" - vim.keymap.set('n', 'fd', ':Telescope notify', opts) + vim.keymap.set('n', 'fn', ':Telescope notify', opts) -- Implementations opts.desc = "Show implementations"