vscode: pass Ctrl-K through to integrated terminal
This commit is contained in:
parent
55f65b71d1
commit
aaaa4b8171
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue