Update sway menu & lid close
This commit is contained in:
parent
80f43e8f7e
commit
0babbccd19
61 changed files with 635 additions and 471 deletions
|
@ -30,7 +30,8 @@ GrapeCity.gc-excelviewer
|
|||
Gruntfuggly.todo-tree
|
||||
HarryHopkinson.vim-theme
|
||||
hoovercj.vscode-settings-cycler
|
||||
]ItzSelenux.lm-theme
|
||||
icrawl.discord-vscode
|
||||
ItzSelenux.lm-theme
|
||||
JoelCrosby.one-dark-darker
|
||||
kisstkondoros.vscode-gutter-preview
|
||||
kokoscript.loopytheme
|
||||
|
|
11
vscode/keybindings.json
Normal file
11
vscode/keybindings.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
"key": "alt+\\",
|
||||
"command": "settings.cycle.inlineCopilot",
|
||||
},
|
||||
{
|
||||
"key": "f10",
|
||||
"command": "C_Cpp.BuildAndRunFile"
|
||||
}
|
||||
]
|
|
@ -2,7 +2,7 @@
|
|||
"editor.inlineSuggest.enabled": true,
|
||||
"git.autofetch": true,
|
||||
"github.copilot.enable": {
|
||||
"*": true,
|
||||
"*": false,
|
||||
"plaintext": true,
|
||||
"markdown": true,
|
||||
"scminput": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue