qwen-code/packages/cli/src/ui/components
DeWitt Clinton ee702c3139
Implement additional readline-like keybindings, including alt-left arrow and alt-right arrow. (#443)
This change adds keybinding support for:

  - `Ctrl+B`: Moves the cursor backward one character.
  - `Ctrl+F`: Moves the cursor forward one character.
  - `Alt+Left Arrow`: Moves the cursor backward one word.
  - `Alt+Right Arrow`: Moves the cursor forward one word.

Closes b/411469305.
2025-05-20 10:12:07 -07:00
..
messages feat(cli): Introduce toggleable shell mode with enhanced UI 2025-05-18 01:25:50 -07:00
shared Implement additional readline-like keybindings, including alt-left arrow and alt-right arrow. (#443) 2025-05-20 10:12:07 -07:00
AutoAcceptIndicator.tsx feat: Add auto-accept indicator and toggle 2025-05-17 22:27:22 -07:00
ConsolePatcher.tsx feat: Patch console.debug and display only in debug mode 2025-05-16 22:29:12 -07:00
Footer.tsx ui tweaks (#442) 2025-05-19 16:58:57 -07:00
Header.tsx Make ascii logo simpler (#288) 2025-05-08 13:46:41 -07:00
Help.tsx Introduce a small easter egg. Woof. (#412) 2025-05-17 21:57:27 -07:00
HistoryItemDisplay.tsx feat(cli): Introduce toggleable shell mode with enhanced UI 2025-05-18 01:25:50 -07:00
InputPrompt.tsx Implement additional readline-like keybindings, including alt-left arrow and alt-right arrow. (#443) 2025-05-20 10:12:07 -07:00
LoadingIndicator.tsx feat: Add auto-accept indicator and toggle 2025-05-17 22:27:22 -07:00
ShellModeIndicator.tsx feat(cli): Add ShellModeIndicator component 2025-05-18 22:18:49 -07:00
SuggestionsDisplay.tsx UI improvements for suggestions & status (#373) 2025-05-15 16:35:21 -07:00
ThemeDialog.tsx UI improvements for suggestions & status (#373) 2025-05-15 16:35:21 -07:00
Tips.tsx Refactor: Remove GEMINI.md memory and refactor system prompt 2025-04-23 15:57:40 -07:00