mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
Multiple changes
This commit is contained in:
36
vscode/.config/Code - OSS/User/keybindings.json
Normal file
36
vscode/.config/Code - OSS/User/keybindings.json
Normal file
@@ -0,0 +1,36 @@
|
||||
// Place your key bindings in this file to overwrite the defaults
|
||||
[
|
||||
// {
|
||||
// "key": "] q",
|
||||
// "command": "editor.action.marker.nextInFiles",
|
||||
// "when": "editorFocus && !editorReadonly"
|
||||
// },
|
||||
// {
|
||||
// "key": "f8",
|
||||
// "command": "-editor.action.marker.nextInFiles",
|
||||
// "when": "editorFocus && !editorReadonly"
|
||||
// },
|
||||
// {
|
||||
// "key": "[ q",
|
||||
// "command": "editor.action.marker.prevInFiles",
|
||||
// "when": "editorFocus && !editorReadonly"
|
||||
// },
|
||||
// {
|
||||
// "key": "shift+f8",
|
||||
// "command": "-editor.action.marker.prevInFiles",
|
||||
// "when": "editorFocus && !editorReadonly"
|
||||
// },
|
||||
{
|
||||
"key": "ctrl+`",
|
||||
"command": "workbench.action.terminal.focus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+`",
|
||||
"command": "-workbench.action.terminal.toggleTerminal"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+1",
|
||||
"command": "workbench.action.editorLayoutSingle",
|
||||
"when": "editorFocus"
|
||||
}
|
||||
]
|
23
vscode/.config/Code - OSS/User/settings.json
Normal file
23
vscode/.config/Code - OSS/User/settings.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"workbench.iconTheme": "vscode-icons",
|
||||
"gitlens.advanced.messages": {
|
||||
"suppressShowKeyBindingsNotice": true,
|
||||
"suppressResultsExplorerNotice": true
|
||||
},
|
||||
"gitlens.keymap": "chorded",
|
||||
"window.zoomLevel": 0,
|
||||
"vim.handleKeys": {
|
||||
"<C-K>": false,
|
||||
"[q": false,
|
||||
"]q": false
|
||||
},
|
||||
"editor.minimap.enabled": false,
|
||||
"workbench.statusBar.visible": true,
|
||||
"files.watcherExclude": {
|
||||
"**/.git/objects/**": true,
|
||||
"**/.git/subtree-cache/**": true,
|
||||
"**/node_modules/**": true,
|
||||
"**/vendor/**": true,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user