Skip to content

Commit bb3421d

Browse files
author
Rakshit Sinha
committed
Added a keybinding to dismiss noice messages (in case it gets annoying)
1 parent a7213e6 commit bb3421d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/rakshit/core/keymaps.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,6 @@ function ExitResizeMode()
9393
vim.api.nvim_del_keymap("n", "q")
9494
print("Exited Resize Mode")
9595
end
96+
97+
-- Noice
98+
vim.keymap.set("n", "<leader>nd", "<cmd>NoiceDismiss<CR>", { desc = "Dismiss Noice Message" })

0 commit comments

Comments
 (0)