mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(settings): improve terminal tab titles and enable kitty keyboard protocol
Use sequence-based tab titles for better terminal identification, enable kitty keyboard protocol for improved key handling, and drop overrideName from Claude profile. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -307,11 +307,12 @@
|
||||
"terminal.integrated.profiles.osx": {
|
||||
"Claude": {
|
||||
"path": "claude",
|
||||
"icon": "sparkle",
|
||||
"overrideName": true
|
||||
"icon": "sparkle"
|
||||
}
|
||||
},
|
||||
"terminal.integrated.tabs.title": "${sequence}",
|
||||
"terminal.integrated.scrollback": 50000,
|
||||
"terminal.integrated.enableKittyKeyboardProtocol": true,
|
||||
"terminal.integrated.sendKeybindingsToShell": false,
|
||||
"terminal.integrated.shellIntegration.enabled": true,
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user