From 21411d37b058183cafea55064536c7e4924aaf98 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 11 Feb 2026 15:06:29 +0000 Subject: [PATCH] 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 --- settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 60ba80c..29ded33 100644 --- a/settings.json +++ b/settings.json @@ -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, //