From 788f5a7ee1942b96123c291ba09b3de2715f0752 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 26 Jan 2026 17:42:49 +0100 Subject: [PATCH] Add keybind to show notifications. --- .config/nvim/lua/plugin/mini.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugin/mini.lua b/.config/nvim/lua/plugin/mini.lua index 17d1ed6..1c69f3b 100644 --- a/.config/nvim/lua/plugin/mini.lua +++ b/.config/nvim/lua/plugin/mini.lua @@ -114,8 +114,8 @@ require('mini.indentscope').setup({ MiniDeps.later(function() vim.api.nvim_set_hl(0, 'MiniIndentscopeSymbol', { link = 'Whitespace' }) end) --- TODO: show history require('mini.notify').setup() -- has more noticeable / utilitarian / aesthetically pleasing notifications +Map('n', 'N', MiniNotify.show_history, { desc = 'Show Notification History' }) -- Custom `^V` and `^S` symbols to make this file appropriate for copy-paste -- (otherwise those symbols are not displayed).