mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
Add Mkdocs
This commit is contained in:
parent
04f75a10a5
commit
037c47c093
13 changed files with 209 additions and 0 deletions
13
docs/features/transient_prompt.md
Normal file
13
docs/features/transient_prompt.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Transient prompt
|
||||
|
||||
When *Transient Prompt* is enabled through `p10k configure`, Powerlevel10k will trim down every
|
||||
prompt when accepting a command line.
|
||||
|
||||

|
||||
|
||||
Transient prompt makes it much easier to copy-paste series of commands from the terminal scrollback.
|
||||
|
||||
*Tip*: If you enable transient prompt, take advantage of two-line prompt. You'll get the benefit of
|
||||
extra space for typing commands without the usual drawback of reduced scrollback density. Sparse
|
||||
prompt (with an empty line before prompt) also works great in combination with transient prompt.
|
||||
Loading…
Add table
Add a link
Reference in a new issue