feat(plugins/telescope): add keymap to get notifications

This commit is contained in:
Nicolas Goudry 2024-06-10 00:13:41 +02:00
parent 9183c5dca3
commit f19fcc630b
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44

View file

@ -117,6 +117,12 @@
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";