Kudostoy0u / pwsh10k

Powerlevel10k based theme for Powershell
138 stars 16 forks source link

Is there any way to put the cursor into next line? #7

Closed farhancdr closed 2 years ago

farhancdr commented 2 years ago

I want to put my cursor pointer on next line! What I need to put on json file can you please suggest ?

pwsh10k-issue.png

Kudostoy0u commented 2 years ago

Yes, that can be done by creating a new "prompt" block on a new line! Here's a preview of what it looks like: image

Here's the json code you're looking for: https://pastebin.com/THQywwgw

farhancdr commented 2 years ago

Yes, that can be done by creating a new "prompt" block on a new line! Here's a preview of what it looks like: image

Here's the json code you're looking for: https://pastebin.com/THQywwgw

Thank you so much! It is working!