-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow full prompt config for transient prompt #5782
Comments
@kritag you can't. The transient prompt is a simplified prompt so you can't enable a full prompt config. This might be something to explore, but today that's not an option. |
Ah, bummer! Thanks for taking the time to reply anyhow :) |
@kritag |
I agree that this should be implemented. Who is to say the transient prompt should only be a simplified prompt? My current configuration has this segment
and I was able to configure the transient prompt to mimic the powerline / agnoster_full style with this complicated template
|
Code of Conduct
What would you like to see changed?
Currently I have my prompt set up like this:
This works fine for the most part except when windows are resized and spawn with a different size, as is the case often with tiling window managers.
In my config I have set the right-hand prompt to be a regular prompt with
alignment: right
and this enables me to have the CWD as seen on the left on the same line as kubernetes and other information on the right.I would like to switch to rprompt for the right-hand side, as this removes the issue about the prompt moving around like this:
How can you have transient prompt like in the first image, but have the rprompt be on the same line as the cwd-part? if I change the right-hand part to rprompt it is on the same line as the prompt itself no matter what I try to do with newlines etc:
Here is my config for reference:
The text was updated successfully, but these errors were encountered: