vscode: pass Ctrl-K through to integrated terminal

This commit is contained in:
Katherina Walshe-Grey 2024-06-27 10:41:16 +01:00
parent 55f65b71d1
commit aaaa4b8171

View file

@ -24,6 +24,7 @@
diagnostics.ignored = [ "unused_binding" "unused_with" ]; diagnostics.ignored = [ "unused_binding" "unused_with" ];
formatting.command = [ "nixpkgs-fmt" ]; formatting.command = [ "nixpkgs-fmt" ];
}; };
"terminal.integrated.allowChords" = false;
"workbench.colorTheme" = "SynthWave '84"; "workbench.colorTheme" = "SynthWave '84";
}; };
}; };