Added keybind
This commit is contained in:
@@ -12,5 +12,8 @@ return {
|
||||
vim.api.nvim_create_user_command("NotifyHistory", function()
|
||||
Snacks.notifier.show_history()
|
||||
end, { desc = "Show notification history" })
|
||||
vim.keymap.set("n", "<leader>oh", function()
|
||||
snacks.notifier.show_history()
|
||||
end, { desc = "Show notification history" })
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user