diff --git a/lua/plugins/trouble.lua b/lua/plugins/trouble.lua index 9c97195..3636567 100644 --- a/lua/plugins/trouble.lua +++ b/lua/plugins/trouble.lua @@ -5,7 +5,7 @@ return { config = function() local trouble = require("trouble") - vim.keymap.set("n", "C-x", function() + vim.keymap.set("n", "xx", function() trouble.toggle("diagnostics") end, { desc = "Trouble: Diagnostics (Toggle)" }) -- vim.keymap.set("n", "xw", function()