Fix vi replace mode prompt

This commit is contained in:
汪心禾 2024-05-14 23:44:31 +08:00
parent 0c15ff1cbc
commit 24c520e0b2
No known key found for this signature in database
GPG Key ID: 0792B3266B499A3B

View File

@ -30,7 +30,7 @@ function fish_mode_prompt -d 'bobthefish-optimized fish mode indicator'
case insert
set_color -b $color_vi_mode_insert
echo -n ' I '
case replace_one replace-one
case replace replace_one replace-one
set_color -b $color_vi_mode_insert
echo -n ' R '
case visual