refactor(nvim): use escape for notify dismiss & noh
This commit is contained in:
parent
43e80f5aab
commit
4e2bcc858b
@ -48,8 +48,9 @@ return {
|
||||
"rcarriga/nvim-notify",
|
||||
keys = {
|
||||
{
|
||||
"<leader>nd",
|
||||
"<esc>",
|
||||
function()
|
||||
vim.cmd.noh()
|
||||
require("notify").dismiss({
|
||||
pending = true,
|
||||
silent = true,
|
||||
|
Loading…
Reference in New Issue
Block a user