Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: make zstyle ignore both _* and __* commands



Filipe Silva wrote on Tue, 04 Jul 2017 08:22 -0300:
> Is there a way to insert a newline after the headers? I tried \n and \\n
> but it did not render the expected result.

zstyle ':completion:*' format $'Completing %d\n'

You can use prompt coloring sequences there too, e.g., %B...%b for bold.



Messages sorted by: Reverse Date, Date, Thread, Author