promptline.vim
promptline.vim copied to clipboard
add option to start typing on a new line
Would be nice to have an option to split powerline into two lines. The status bar on top and a new line for typing on the bottom.
Right now I have it hacked together by manually adding \n in the output file.
I'd really like to see this too. I was able to to add
# close sections
printf "%s" "${reset_bg}${sep}$reset$space"
echo
after #section c header in __promptline_ps1
but the coloring's not perfect. Removing $reset gets close, but now the cursor inexplicably changes color until I press backspace.
Back to powerline sadly. ):
Hi, I recently started using promptline but the command I type doesn't wrap up the next line but it starts replacing the prompt itself. Any solution to it ?