diff --git a/home/vscode.nix b/home/vscode.nix index 6620c02..88245b6 100644 --- a/home/vscode.nix +++ b/home/vscode.nix @@ -24,6 +24,7 @@ diagnostics.ignored = [ "unused_binding" "unused_with" ]; formatting.command = [ "nixpkgs-fmt" ]; }; + "terminal.integrated.allowChords" = false; "workbench.colorTheme" = "SynthWave '84"; }; };