diff --git a/home.nix b/home.nix index 2233b21..cdcd7a6 100755 --- a/home.nix +++ b/home.nix @@ -302,17 +302,17 @@ action = "workspace_symbol"; desc = "Workspace Symbol"; }; - "cr" = { + "cr" = { action = "rename"; desc = "Rename"; }; }; diagnostic = { - "cd" = { - action = "open_float"; - desc = "Line Diagnostics"; - }; + "cd" = { + action = "open_float"; + desc = "Line Diagnostics"; + }; "]d" = { action = "goto_next"; desc = "Next Diagnostic";