vim: add keymap to dismiss notifications
This commit is contained in:
parent
f1c60d8012
commit
1b4f468324
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ local lhs, desc = ts.keymap.lhs, ts.keymap.description
|
|||
|
||||
M.keys = {
|
||||
{ '<leader>n', '<cmd>Notifications<cr>', desc = 'Display notification history' },
|
||||
{ '<c-q>', function() require('notify').dismiss() end, desc = 'Dismiss notifications' },
|
||||
{ lhs('n'), telescope_notify, desc = desc('[n]otifications') },
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue