dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.52k stars 74 forks source link

Change cursor format according to vi mode #97

Closed FreddieOliveira closed 4 years ago

FreddieOliveira commented 4 years ago

It would be really nice if the cursor shape changed depending on the current vi mode. Eg.: block shape when in normal mode, ibeam shape when in insert and underline when in replace mode.

amjith commented 4 years ago

Similar to #93, this issue belongs in the prompt-toolkit feature request.

FreddieOliveira commented 4 years ago

Hmm ok, I'll open a feature request there