From 2374be69f38e6240d4950fe304426322068e4a5d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 3 Oct 2024 01:39:08 -0400 Subject: [PATCH] Adjusted diagnostic keys --- config/keys.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/keys.nix b/config/keys.nix index ccb6343..4aa544e 100644 --- a/config/keys.nix +++ b/config/keys.nix @@ -145,13 +145,13 @@ } { mode = "n"; - key = "D"; + key = "cd"; action = "lua vim.diagnostic.open_float()"; options = { desc = "Popup Diagnostics"; }; } { mode = "n"; - key = "cd"; + key = "cD"; action = "Trouble diagnostics toggle"; options = { desc = "List All Diagnostics"; }; }