[Telescope] Fix notifications keybind

This commit is contained in:
Janis Hutz 2025-04-01 13:21:07 +02:00
parent ae83467104
commit e0c1fc4368

View File

@ -59,7 +59,7 @@ return {
-- Notifications
opts.desc = "Show notifications"
vim.keymap.set('n', '<leader>fd', ':Telescope notify<CR>', opts)
vim.keymap.set('n', '<leader>fn', ':Telescope notify<CR>', opts)
-- Implementations
opts.desc = "Show implementations"