From 66530e44c8ad91e928e16fa0a34f7bfb8105137f Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Mon, 2 Mar 2026 12:31:52 -0800 Subject: [PATCH] document node limitation for shift+tab (#20877) --- docs/reference/keyboard-shortcuts.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/reference/keyboard-shortcuts.md b/docs/reference/keyboard-shortcuts.md index 4fc28804f7..e5691c43ee 100644 --- a/docs/reference/keyboard-shortcuts.md +++ b/docs/reference/keyboard-shortcuts.md @@ -152,3 +152,13 @@ available combinations. inline when the cursor is over the placeholder. - `Double-click` on a paste placeholder (alternate buffer mode only): Expand to view full content inline. Double-click again to collapse. + +## Limitations + +- On [Windows Terminal](https://en.wikipedia.org/wiki/Windows_Terminal): + - `shift+enter` is not supported. + - `shift+tab` + [is not supported](https://github.com/google-gemini/gemini-cli/issues/20314) + on Node 20 and earlier versions of Node 22. +- On macOS's [Terminal](): + - `shift+enter` is not supported.