refactor(plugins/telescope): move notifications keymap to notify

This commit is contained in:
Nicolas Goudry 2024-06-10 08:05:02 +02:00
parent 254244ddc7
commit d94593789f
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
2 changed files with 6 additions and 6 deletions

View file

@ -40,5 +40,11 @@
action.__raw = "function() require('notify').dismiss { pending = true, silent = true } end"; action.__raw = "function() require('notify').dismiss { pending = true, silent = true } end";
options.desc = "Dismiss notifications"; options.desc = "Dismiss notifications";
} }
{
mode = "n";
key = "<leader>fn";
action.__raw = "function() TelescopeWithTheme('notify', {}, 'notify') end";
options.desc = "Find notifications";
}
]; ];
} }

View file

@ -117,12 +117,6 @@
key = "<leader>fk"; key = "<leader>fk";
fn = "keymaps"; fn = "keymaps";
} }
{
desc = "Find notifications";
key = "<leader>fn";
fn = "notify";
extension = "notify";
}
{ {
desc = "Find history"; desc = "Find history";
key = "<leader>fo"; key = "<leader>fo";