You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been enjoying this theme's vi-mode; and tried to implement indicators for Visual and Replace mode, using ideas from this config and using the syntax from this suggestion; which is the same implemented in prompt_pure_update_vim_prompt_widget() in this theme's code.
I have been struggling to get the zsh nested parameter substitiution to work; would appreciate any tips. Here is what I have come up with at the moment:
Essentially I was trying to implement a case statement inside the substitution...
If this is doable in such a way, I would do a PR as it seems like a cool feature to implement; p10k have it already but I had no luck in trying to understand how they do it (reference).
I have tried p10k's implementation of pure; but it also has no replace&visual indicators.
The text was updated successfully, but these errors were encountered:
Hi, I have been enjoying this theme's vi-mode; and tried to implement indicators for Visual and Replace mode, using ideas from this config and using the syntax from this suggestion; which is the same implemented in
prompt_pure_update_vim_prompt_widget()
in this theme's code.I have been struggling to get the zsh nested parameter substitiution to work; would appreciate any tips. Here is what I have come up with at the moment:
Essentially I was trying to implement a case statement inside the substitution...
If this is doable in such a way, I would do a PR as it seems like a cool feature to implement; p10k have it already but I had no luck in trying to understand how they do it (reference).
I have tried p10k's implementation of pure; but it also has no replace&visual indicators.
The text was updated successfully, but these errors were encountered: