Skip to content

Commit

Permalink
add noice dismiss keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortArrow committed Apr 17, 2024
1 parent aa9824c commit a1a8ba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/lua/my/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ M.maps = {
{ mode = "n", "<S-F8>", ":Lspsaga diagnostic_jump_prev<CR>", desc = "Lsp diagnostic_jump_prev(lspsaga)" },
},
common = {
-- # noice dismiss
{ "<Leader><Esc>", ":NoiceDismiss<CR>", desc = "dismiss noice error and escape"},
-- # zen mode
{ "<Leader>zm", ":ZenMode<CR>", desc = "Zen Mode" },
-- # lsp keymaps
Expand Down

0 comments on commit a1a8ba0

Please sign in to comment.