hyprpanel, gigaforust alt
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
"key": "alt+l",
|
||||
"command": "-antigravity.prioritized.agentFocusNextFile",
|
||||
"when": "antigravity.agentBarVisible && editorTextFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+l",
|
||||
"command": "-antigravity.prioritized.chat.open",
|
||||
"when": "!terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+l",
|
||||
"command": "-antigravity.prioritized.chat.openNewConversation",
|
||||
"when": "!terminalFocus"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"security.workspace.trust.untrustedFiles": "open",
|
||||
"editor.fontFamily": "\"Myna, 'JetBrainsMono Nerd Font', monospace\"",
|
||||
"terminal.integrated.fontFamily": "monospace",
|
||||
"editor.autoIndentOnPaste": true,
|
||||
"editor.fontSize": 18,
|
||||
"files.autoSave": "onFocusChange",
|
||||
"editor.wordWrap": "wordWrapColumn",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
|
||||
"editor.copyWithSyntaxHighlighting": false,
|
||||
"editor.definitionLinkOpensInPeek": true,
|
||||
"editor.cursorBlinking": "phase",
|
||||
"editor.cursorSmoothCaretAnimation": "on",
|
||||
"editor.cursorSurroundingLines": 4,
|
||||
"diffEditor.codeLens": true,
|
||||
"diffEditor.hideUnchangedRegions.enabled": true,
|
||||
"editor.acceptSuggestionOnEnter": "smart",
|
||||
"files.autoGuessEncoding": true,
|
||||
"files.autoSaveWhenNoErrors": true,
|
||||
"files.autoSaveWorkspaceFilesOnly": true,
|
||||
"workbench.navigationControl.enabled": false,
|
||||
"workbench.iconTheme": "symbols",
|
||||
"workbench.colorTheme": "Tokyo Night",
|
||||
"remote.SSH.remotePlatform": {
|
||||
"workstation": "linux",
|
||||
"192.168.1.100": "linux",
|
||||
"34.55.131.146": "linux",
|
||||
"34.118.15.160": "linux"
|
||||
},
|
||||
"scm.alwaysShowRepositories": true,
|
||||
"git.autofetch": "all",
|
||||
"git.blame.editorDecoration.enabled": true,
|
||||
"git.enableSmartCommit": true,
|
||||
"git.fetchOnPull": true,
|
||||
"git.mergeEditor": true,
|
||||
"editor.stickyScroll.enabled": false,
|
||||
"git.confirmSync": false,
|
||||
"scm.graph.showOutgoingChanges": false,
|
||||
"scm.graph.showIncomingChanges": false,
|
||||
"terminal.integrated.stickyScroll.enabled": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.wordWrapColumn": 120,
|
||||
"todo-tree.general.tags": [
|
||||
"BUG",
|
||||
"HACK",
|
||||
"FIXME",
|
||||
"TODO",
|
||||
"XXX",
|
||||
"[ ]",
|
||||
"[x]",
|
||||
"NOTE"
|
||||
],
|
||||
"terminal.integrated.suggest.cdPath": "off",
|
||||
"terminal.integrated.suggest.enabled": false,
|
||||
"python.languageServer": "Default",
|
||||
"remote.autoForwardPortsSource": "hybrid"
|
||||
}
|
||||
Reference in New Issue
Block a user