From b0cb2d35e802ab865714389f3817506429312af1 Mon Sep 17 00:00:00 2001 From: Jannik Donker Date: Sat, 31 May 2025 13:19:12 +0200 Subject: [PATCH] change keymap --- lua/plugins/trouble.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()