update keymapping

This commit is contained in:
♥ Minnie ♥ 2025-04-10 09:48:51 +08:00
parent 512f8912c4
commit be411ef7b6
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -40,9 +40,9 @@
silent = true;
# Configure keymaps for our diagnostics.
diagnostic = {
"<leader>n" = "open_float"; # Show diagnostics in floating window.
"<leader>o" = "goto_prev"; # Jump to previous diagnostic.
"<leader>e" = "goto_next"; # Jump to next diagnostic.
"<C-W>d" = "open_float"; # Show diagnostics in floating window.
"[d" = "goto_prev"; # Jump to previous diagnostic.
"]d" = "goto_next"; # Jump to next diagnostic.
};
# Configure keymaps for our lspbuf.
lspBuf = {