mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
chore(cursor): minor tweaks to settings and keybindings
This commit is contained in:
@@ -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
|
||||
// ===========================================================================
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user