mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(cursor): update files
This commit is contained in:
@@ -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
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user