refactor(plugins/telescope): move notifications keymap to notify
This commit is contained in:
parent
254244ddc7
commit
d94593789f
2 changed files with 6 additions and 6 deletions
|
|
@ -40,5 +40,11 @@
|
|||
action.__raw = "function() require('notify').dismiss { pending = true, silent = true } end";
|
||||
options.desc = "Dismiss notifications";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>fn";
|
||||
action.__raw = "function() TelescopeWithTheme('notify', {}, 'notify') end";
|
||||
options.desc = "Find notifications";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue