feat(plugins/telescope): add keymap to get notifications
This commit is contained in:
parent
9183c5dca3
commit
f19fcc630b
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue