What's New
Cursor Mode is now on-demand
- Previously, the cursor was always activated in responses. However, since the cursor is used for marking and copying specific lines from responses, it made more sense to have it appear only when you actually need it (while skipping expensive wrapping). Now you can press
vto activate cursor mode, navigate with arrow keys orj/k, pressvagain to select the lines you want to copy andyorcto copy selected lines.Escto hide cursor again.
Bug Fixes
- fixed an issue where trailing newlines in responses were being stripped, which caused incorrect text rendering in some cases.
- fixed cursor decoration appearing in idle state when it should be hidden.