-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
I have a multi-line prompt, where there is information displayed on one line, and the user input goes on the second. Basically handled through something like this:
echo -n -e -s (pwd) (__fish_git_prompt)"\n$"This has worked without flaw in vi-mode in the past. As of version 2.3.1-667-g668de88, and likely caused by #3215, switching modes results in the whole prompt being pushed down, not redrawn over the existing prompt.
<insert mode:>
[ i ] ~/developer/docker
$ docker-compose start api
<switching to normal mode>
[ i ] ~/developer/docker
[ n ] ~/developer/docker
$ docker compose start api
Additionally, the cursor does not redraw as a bar/underscore, but remains how its configured
System info
- fish, version 2.3.1-667-g668de88
- OS X 10.11.6
- iTerm Build 3.0.11
- Theme: https://github.com/paradox460/paradox-theme
- Dotfiles/fish config: https://github.com/paradox460/.dotfiles/tree/master/.config/fish
This issue is new, and cannot be reproduced in the stable (2.3.1) version of fish
Dkendal, max-sixty, carlesba and mo8it