// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+l",
"command": "workbench.action.terminal.focus",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "shift+cmd+[",
"command": "-workbench.action.previousEditor"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "shift+cmd+]",
"command": "-workbench.action.nextEditor"
},
{
"key": "cmd+l",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
{
"key": "cmd+l",
"command": "-expandLineSelection",
"when": "textInputFocus"
},
{
"key": "ctrl+cmd+v",
"command": "markdown.showPreview",
"when": "!notebookEditorFocused && editorLangId == 'markdown'"
},
{
"key": "shift+cmd+v",
"command": "-markdown.showPreview",
"when": "!notebookEditorFocused && editorLangId == 'markdown'"
},
{
"key": "alt+cmd+c",
"command": "copyRelativeFilePath",
"when": "!editorFocus"
},
{
"key": "shift+alt+cmd+c",
"command": "-copyRelativeFilePath",
"when": "!editorFocus"
},
{
"key": "alt+cmd+c",
"command": "copyRelativeFilePath",
"when": "editorFocus"
},
{
"key": "cmd+k shift+alt+cmd+c",
"command": "-copyRelativeFilePath",
"when": "editorFocus"
},
{
"key": "shift+alt+l",
"command": "editor.action.insertCursorAtEndOfEachLineSelected",
"when": "editorTextFocus"
},
{
"key": "shift+alt+i",
"command": "-editor.action.insertCursorAtEndOfEachLineSelected",
"when": "editorTextFocus"
},
{
"key": "shift+alt+cmd+right",
"command": "workbench.action.editorLayoutTwoColumns"
}
]
settings.json
{
// 前回のウィンドウを開かない
"window.restoreWindows": "none",
"hediet.vscode-drawio.resizeImages": null,
// 右下の通知を消す
"csharp.suppressDotnetInstallWarning": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"explorer.confirmDragAndDrop": false,
"editor.wordWrap": "on",
"diffEditor.wordWrap": "on",
"chat.editor.wordWrap": "on",
"files.exclude": {
"**/.git": false,
"**/.hg": false,
"**/.svn": false,
"**/CVS": false,
"**/Thumbs.db": false
},
"intelephense.files.exclude": [
"**/.DS_Store/**"
],
"workbench.startupEditor": "none",
"editor.tabSize": 2,
"window.zoomLevel": -1,
"terminal.integrated.enableMultiLinePasteWarning": false,
"workbench.tree.enableStickyScroll": false,
"notebook.stickyScroll.enabled": true,
"editor.stickyScroll.enabled": false,
"pasteImage.basePath": "${currentFileDir}/images",
"search.useIgnoreFiles": false,
}
font-famiky
Menlo, Monaco, 'Courier New', monospace