From aaaa4b81717b78d6ae413cd09291d0612ab61ead Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Thu, 27 Jun 2024 10:41:16 +0100 Subject: [PATCH] vscode: pass Ctrl-K through to integrated terminal --- home/vscode.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; };