fix(tui): resolve rebase typo closes #2979

This commit is contained in:
Mario Zechner
2026-04-14 20:41:28 +02:00
parent ddb8454c87
commit 5ed4600350

View File

@@ -1139,7 +1139,6 @@ export function matchesKey(data: string, keyId: KeyId): boolean {
// modifyOtherKeys sequences from tmux can still be recognized.
if (data === `\x1b${rawCtrl}`) return true;
}
}
if (modifier === MODIFIERS.alt && !_kittyProtocolActive && (isLetter || isDigit)) {
// Legacy: alt+letter/digit is ESC followed by the key