gemini-cli/packages
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
..
cli Implement additional readline-like keybindings, including alt-left arrow and alt-right arrow. (#443) 2025-05-20 10:12:07 -07:00
server ui tweaks (#442) 2025-05-19 16:58:57 -07:00