chore(cursor): update files

This commit is contained in:
2025-02-10 01:52:23 +00:00
parent 726de4a6d7
commit 70fe417553
2 changed files with 429 additions and 423 deletions

View File

@@ -1,4 +1,3 @@
// Place your key bindings in this file to override the defaults
[ [
// //
// Command Palette // Command Palette
@@ -29,15 +28,15 @@
// //
// File Open // File Open
// //
{
"key": "ctrl+x ctrl+;",
"command": "workbench.action.quickOpen"
},
{ {
"key": "ctrl+x ctrl+f", "key": "ctrl+x ctrl+f",
"command": "file-browser.open", "command": "file-browser.open",
"when": "editorTextFocus" "when": "editorTextFocus"
}, },
{
"key": "ctrl+x ctrl+;",
"command": "workbench.action.quickOpen"
},
// //
// Fullscreen // Fullscreen
// //

View File

@@ -113,6 +113,13 @@
"go.lintTool": "golangci-lint", "go.lintTool": "golangci-lint",
"go-lines.lineLength": 120, "go-lines.lineLength": 120,
// //
// JSON
//
"[json]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
//
// Ruby // Ruby
// //
"[ruby]": { "[ruby]": {
@@ -130,5 +137,5 @@
// Settings Sync // Settings Sync
// //
"sync.gist": "f69653abef0a95b41ab928e868551d87", "sync.gist": "f69653abef0a95b41ab928e868551d87",
"sync.autoUpload": true, "sync.autoUpload": false,
} }