jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

Add Home and End key support for BOL/EOL navigation on Windows and Linux #100

Open mentatbot[bot] opened 4 months ago

mentatbot[bot] commented 4 months ago

This update addresses issue #99 by adding support for the Home and End keys to navigate to the beginning and end of lines, respectively, on Windows and Linux platforms. The Cmd key functionality for Mac remains unchanged.

Changes include:

This ensures a more intuitive text navigation experience for users on different operating systems.

Closes #99