Skip to content

Instantly share code, notes, and snippets.

@josephbolus
Created January 26, 2024 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephbolus/c95fb6df8cf4c5c6ec674f5f0478ed99 to your computer and use it in GitHub Desktop.
Save josephbolus/c95fb6df8cf4c5c6ec674f5f0478ed99 to your computer and use it in GitHub Desktop.
VSCODE
[
{
"key": "ctrl+e",
"command": "-workbench.action.quickOpen",
},
{
"key": "ctrl+e",
"command": "workbench.action.quickOpen",
"when": "!terminalFocus"
}
]
{
"editor.inlineSuggest.enabled": true,
"git.enabled": true,
"git.terminalGitEditor": true,
"[python]": {
"editor.formatOnType": true
},
"redhat.telemetry.enabled": true,
// https://code.visualstudio.com/docs/terminal/appearance
"editor.fontFamily": "'MonoLisa', Consolas, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.fontLigatures": true,
"terminal.external.windowsExec": "%LocalAppData%\\Microsoft\\WindowsApps\\wt.exe",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontFamily": "'Hack', Consolas, 'Courier New', monospace",
"terminal.integrated.fontSize": 14,
"terminal.integrated.commandsToSkipShell": [
"workbench.action.quickOpen"
],
"editor.codeActionsOnSave": {
},
"workbench.colorTheme": "GitHub Dark Dimmed",
//"editor.fontLigatures": "'calt', 'liga', 'dlig', 'ss01', 'ss02'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment