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"