Symbol issues
kidonng opened this issue · 3 comments
kidonng commented
- Mode prompt lacking symbol for
replace
mode, which is presented in Fish's default mode prompt, is this intended? - Pipestatus separator
ǀ
doesn't look good with JetBrains Mono on kitty, can this be changed to standard|
or made configurable?
EDIT: looks like this is already reported in #15
jorgebucaran commented
Mode prompt lacking symbol for replace mode, which is presented in Fish's default mode prompt, is this intended?
I'm not really sure. Maybe there's a bug in
hydro/functions/fish_mode_prompt.fish
Lines 1 to 21 in d9b07be
Pipestatus separator ǀ doesn't look good with JetBrains Mono on kitty...
Making the pipe symbol configurable sounds reasonable.
kidonng commented
Mode prompt lacking symbol for replace mode, which is presented in Fish's default mode prompt, is this intended?
I'm not really sure. Maybe there's a bug in
hydro/functions/fish_mode_prompt.fish
Lines 1 to 21 in d9b07be
Maybe
- case replace_one
+ case replace replace_one
jorgebucaran commented
If you are a vi mode user and this works for you, please send me a PR.