-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if the prompt is more than one line, deleting a text object moves the prompt up #1
Comments
Thank you for your report. I'm using multi-line prompt, too. But I cannot reproduce here. |
So I also have
and then using |
Thank you very much reporting the detail! I confirmed. Ugh... Some multi-line prompt + the |
Here is a workaround.
This cannot distinguish the "operator-pending-mode"-ish from the others by modifying the prompts though. |
Rezised version here.
It's able to distinguish the "opp" from the others for now. |
That seems to work - thanks! |
see hchbaw/opp.zsh#1 for more details
Additionally, work around a zsh + vim mode + opp.zsh bug: hchbaw/opp.zsh#1
Found here: hchbaw/opp.zsh#1 Config borrowed from here: ryanpetrello/dotfiles:ddfdcc95 Additionally, it allows for the cursor shape to change based on which mode you are in (huzzah!)
The above fix doesn't work for me. 'ciw' still deletes the line above |
I was able to fix the same issue by getting rid of the |
I use a multi-line prompt, and if i do something like "da(", the line above my prompt is deleted, and the entire prompt is moved up a line.
The text was updated successfully, but these errors were encountered: