diff --git a/lua/core/keymaps.lua b/lua/core/keymaps.lua index eeb1bfa3..0c3514d2 100644 --- a/lua/core/keymaps.lua +++ b/lua/core/keymaps.lua @@ -159,6 +159,8 @@ M.scratch_keymaps = { opts = { desc = 'Toggle scratch buffer' } }, { mode = 'n', lhs = 'S', rhs = function() require("snacks").scratch.select() end, opts = { desc = 'Select scratch buffer' } }, + { mode = 'n', lhs = 'nh', rhs = function() require("snacks.notifier").show_history() end, + opts = { desc = 'Show notification history' } }, } -- Git signs keymaps (all under g for Git)