gemini-cli/packages/cli/src
DeWitt Clinton aec6c0861e
Add readline-like keybindings to the input prompts. (#354)
New keybindings in the main input prompt (when auto-suggestions are not active):

  - `Ctrl+L`: Clears the entire screen.
  - `Ctrl+A`: Moves the cursor to the beginning of the current input line.
  - `Ctrl+E`: Moves the cursor to the end of the current input line.
  - `Ctrl+P`: Navigates to the previous command in the input history.
  - `Ctrl+N`: Navigates to the next command in the input history.

In the multiline text editor (e.g., when editing a previous message):
   - `Ctrl+K`: Deletes text from the current cursor position to the end of the line ("kill line right").
2025-05-14 17:33:37 -07:00
..
config Add UI memory indicator. (#348) 2025-05-14 15:19:45 -07:00
ui Add readline-like keybindings to the input prompts. (#354) 2025-05-14 17:33:37 -07:00
utils fix: pass startup warnings to app as prop (#342) 2025-05-13 17:12:04 -07:00
gemini.ts fix: pass startup warnings to app as prop (#342) 2025-05-13 17:12:04 -07:00