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";
|
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";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue