Skip to content

Commit a74df47

Browse files
committed
Add cursor shape indicator to vi mode changelog
1 parent 678f1e7 commit a74df47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Upcoming (TBD)
44
Features:
55
---------
66
* Add support for `\\T` prompt escape sequence to display transaction status (similar to psql's `%x`).
7+
* Add cursor shape support for vi mode. When ``vi = True``, the terminal cursor now
8+
reflects the current editing mode: beam in INSERT, block in NORMAL, underline in REPLACE.
9+
Uses prompt_toolkit's ``ModalCursorShapeConfig``.
710

811
4.4.0 (2025-12-24)
912
==================

0 commit comments

Comments
 (0)