[Telescope] Fix notifications keybind
This commit is contained in:
parent
ae83467104
commit
e0c1fc4368
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user