Skip to content

Add a default Vi prompt

Michał Siedlaczek requested to merge elshize/ion:elshize-vi-mode-prompt into master

Displayis insert/normal mode indicator in Vi key mode. The indicators are read first from VI_NORMAL and VI_INSERT variables before falling back to the default. To remove the indicator entirely, just set both variables to an empty string.

Merge request reports