Skip to content
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

Add prompt size limiting options #272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

fxdave
Copy link

@fxdave fxdave commented Sep 27, 2020

  • theme_prompt_max_size_percentage. When the prompt is wider then the given number, show a smaller prompt instead. The default is 90 (90% of the terminal's width). Fish cannot show wider prompt than 100% (this case fish would show: > ). See the option below.
  • theme_prompt_keep_space. When the prompt is too wide to provide the given number of free space (chars), show a smaller prompt instead. The default is 10 chars. See the option above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant