fix(tui): resolve rebase typo closes #2979
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user