Skip to content

Commit

Permalink
Update VSCode settings and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
m-hamashita committed May 20, 2024
1 parent d52e26c commit b06bd71
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode
Session.vim
tsukae/
.vim
Expand Down
9 changes: 9 additions & 0 deletions Code/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,15 @@
{
"key": "shift+cmd+f",
"command": "search.action.openEditor"
},
{
"key": "shift+cmd+;",
"command": "-breadcrumbs.focus",
"when": "breadcrumbsPossible && breadcrumbsVisible"
},
{
"key": "shift+cmd+;",
"command": "workbench.action.toggleStatusbarVisibility"
}

]
5 changes: 4 additions & 1 deletion Code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,10 @@
],
"workbench.editor.enablePreview": false,
"window.density.editorTabHeight": "compact",
"workbench.activityBar.location": "top",
"workbench.activityBar.location": "hidden",
"search.seedOnFocus": true,
"search.smartCase": true,
"security.workspace.trust.untrustedFiles": "open",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false
}

0 comments on commit b06bd71

Please sign in to comment.