Skip to content

Instantly share code, notes, and snippets.

@roelandmoors
Last active March 10, 2024 16:39
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 roelandmoors/7c9bdaee4589e4beb7c8d905dd79cfa7 to your computer and use it in GitHub Desktop.
Save roelandmoors/7c9bdaee4589e4beb7c8d905dd79cfa7 to your computer and use it in GitHub Desktop.
vscode
[{
"key": "cmd+t",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "cmd+j",
"command": "editor.action.joinLines",
"when": "editorTextFocus"
},
{
"key": "cmd+n",
"command": "explorer.newFile",
"when": "explorerViewletVisible && filesExplorerFocus && !inputFocus"
},
{
"key": "shift+cmd+n",
"command": "explorer.newFolder",
"when": "explorerViewletVisible && filesExplorerFocus && !inputFocus"
}]
{
"editor.fontFamily": "FiraCode-Retina",
"editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'",
"editor.fontSize": 13,
"editor.lineHeight": 24,
"editor.copyWithSyntaxHighlighting": false,
"diffEditor.ignoreTrimWhitespace": false,
"workbench.editor.enablePreview": false,
"editor.multiCursorModifier": "ctrlCmd",
"files.trimTrailingWhitespace": true,
"editor.snippetSuggestions": "top",
"editor.detectIndentation": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"workbench.sideBar.location": "right",
"workbench.statusBar.visible": false,
"workbench.editor.showTabs": "none",
"editor.minimap.enabled": false,
"editor.lineNumbers": "off",
"window.customTitleBarVisibility": "windowed",
"editor.guides.indentation": false,
"workbench.activityBar.location": "hidden",
"security.workspace.trust.untrustedFiles": "open",
"breadcrumbs.enabled": true,
"scm.diffDecorations": "none",
"workbench.startupEditor": "none",
"workbench.colorTheme": "Solarized Light",
"window.commandCenter": false,
"workbench.tree.indent": 30,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment