mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 13:34:15 -07:00
Fix shift+tab keybinding when not in kitty mode (#12552)
This commit is contained in:
committed by
GitHub
parent
460c3debf5
commit
f796650122
@@ -166,7 +166,7 @@ function parseKittyPrefix(buffer: string): { key: Key; length: number } | null {
|
||||
shift: true,
|
||||
paste: false,
|
||||
sequence: buffer.slice(0, m[0].length),
|
||||
kittyProtocol: true,
|
||||
kittyProtocol: false,
|
||||
},
|
||||
length: m[0].length,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user