kimi-code/docs/en/reference
liruifengv ec51324230
feat(tui): open undo selector on double-Esc (#1220)
* feat(tui): open undo selector on double-Esc

Pressing Esc twice while idle now opens the undo selector, equivalent to running /undo with no arguments. Esc during streaming, compaction, or with a popup open keeps its cancel/close behavior and does not arm the double-press.

* fix(tui): disarm double-Esc undo on any intervening key

A pending double-Esc was only cleared by text changes, so a sequence like Esc, Ctrl-C, Esc within the window still opened the undo selector. Fire an onNonEscapeInput hook for every non-Escape key and clear the pending state there, so the shortcut only triggers for two consecutive Escape presses.
2026-06-30 15:42:27 +08:00
..
keyboard.md feat(tui): open undo selector on double-Esc (#1220) 2026-06-30 15:42:27 +08:00
kimi-acp.md mcp suport sse (#744) 2026-06-14 18:04:26 +08:00
kimi-command.md feat(cli): add update alias for upgrade command (#1125) 2026-06-26 16:48:45 +08:00
slash-commands.md feat(feedback): support attaching logs and codebase (#1120) 2026-06-26 16:15:08 +08:00
tools.md refactor(agent-core): use ripgrep for Glob tool (#1068) 2026-06-29 17:40:58 +08:00