Replies: 1 comment
-
|
This is on purpose, you can adjust this but I can't guarantee future compatibility obviously. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would you explain, please, reason why for zsh shell was chosen
magic-spacewidget for tooltips?powerlevel10k use
zle-line-pre-redraw, and this widget provides better user experience, as I think.For example, I have tooltip for kubectl:
When I type with powerlevel10k enabled, i'we got such results:
k - tooltip with context and namespace is shown
ku - tooltip disapears
...
kubectl - tooltip appears again.
But in oh-my-posh, I can see tooltip only if will write
k<space>orkubectl<space>.I made some changes in my oh-my-posh initilization script:
With this changes oh-my-posh acts alike as powerlevel10k. And I don't know - is there any pitfals with this code.
Those changes also, make that right part of theme don't dispear when tooltip is shown.
Beta Was this translation helpful? Give feedback.
All reactions