chore(cursor): minor tweaks to settings and keybindings

This commit is contained in:
2025-03-09 00:16:54 +00:00
parent 4bd7fbcc19
commit b1ec71d45c
2 changed files with 37 additions and 16 deletions

View File

@@ -28,6 +28,22 @@
"window.title": "${rootName}${separator}${profileName}",
//
// ===========================================================================
// MARK: Cursor (Text Editor)
// ===========================================================================
//
"cursor.aipreview.enabled": true,
"cursor.cpp.enablePartialAccepts": true,
"cursor.diffs.useCharacterLevelDiffs": true,
"cursor.terminal.usePreviewBox": true,
"cursor.general.enableShadowWorkspace": true,
//
// ===========================================================================
// MARK: Windsurf (Text Editor)
// ===========================================================================
//
"windsurf.autocompleteSpeed": "fast",
//
// ===========================================================================
// MARK: Editor
// ===========================================================================
//
@@ -133,16 +149,6 @@
"diffEditor.ignoreTrimWhitespace": false,
//
// ===========================================================================
// MARK: Cursor
// ===========================================================================
//
"cursor.aipreview.enabled": true,
"cursor.cpp.enablePartialAccepts": true,
"cursor.diffs.useCharacterLevelDiffs": true,
"cursor.terminal.usePreviewBox": true,
"cursor.general.enableShadowWorkspace": true,
//
// ===========================================================================
// MARK: Terminal
// ===========================================================================
//