jorgebucaran / hydro

Ultra-pure, lag-free prompt with async Git status—just for Fish
MIT License
697 stars 53 forks source link

Symbol issues #16

Closed kidonng closed 3 years ago

kidonng commented 3 years ago
jorgebucaran commented 3 years ago

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

https://github.com/jorgebucaran/hydro/blob/d9b07be4686cb0a84ac80c042c5786626ea6d7a1/functions/fish_mode_prompt.fish#L1-L21

Pipestatus separator ǀ doesn't look good with JetBrains Mono on kitty...

Making the pipe symbol configurable sounds reasonable.

kidonng commented 3 years ago

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

https://github.com/jorgebucaran/hydro/blob/d9b07be4686cb0a84ac80c042c5786626ea6d7a1/functions/fish_mode_prompt.fish#L1-L21

Maybe

- case replace_one
+ case replace replace_one
jorgebucaran commented 3 years ago

If you are a vi mode user and this works for you, please send me a PR.