We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f1e7 commit a74df47Copy full SHA for a74df47
1 file changed
changelog.rst
@@ -4,6 +4,9 @@ Upcoming (TBD)
4
Features:
5
---------
6
* 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``.
10
11
4.4.0 (2025-12-24)
12
==================
0 commit comments