-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Tabbing produces strange behavior #14
Comments
+1 |
1 similar comment
+1 |
+1. Not using that same dotfiles repo, i use oh-my-zsh with the zsh-syntax-highlighting and zsh-completions. So not sure what is going on. |
+1, using zsh-syntax-highlighting and zsh-completions too. |
|
Same here |
+1, same as @mnapoli |
+1 |
Try setting |
@faceleg have set
which did not help EDIT: lol DOTS not DOGS |
its |
@benjdlambert so you mean to say, the dogs are not a feature? |
+1 |
+1 Same here with oh-my-zsh, steeef theme and plugins: brew, composer, fasd, git, jira, npm, sudo and wd. |
Yes this plugin needs serious attention from someone with time and energy. This could be you! |
Has this been addressed for you by the recent update? |
I can confirm that tabbing removes the previous line. |
@twe4ked Could you please provide us your .zshrc file, information about used terminal, ZSH version and operating system? |
Sure:
Here is a "compiled" version of my |
Sorry, I'm an idiot. It was the completion waiting dots thing as mentioned in the README. I'm using a different version that doesn't have that environment variable so when I checked it I didn't notice it. Edit: No longer broken for me. |
@twe4ked No problem, I’m glad that it works for you now. 😺 @Alessandro-Barbieri Could you please ensure that you’re not using “completion waiting dots” feature? |
I put |
@Alessandro-Barbieri what output to you get if you run |
Got |
That looks like it's the problem. Search you zshrc for where that's being set. Edit: looks like something from prezto: https://github.com/sorin-ionescu/prezto/blob/d3f14414812860d19bcadb68c555f6677e493610/modules/editor/init.zsh#L185 |
Found: is in prezto |
Great! I’ll update readme with troubleshooting and more information about this problem, and then we can close this issue. |
When I hit when autosuggestions is enabled, it deletes the previous line, and scrolls up the terminal. I'm using
https://github.com/skwp/dotfiles
When autosuggestions is disabled, this phenomena does not occur.
The text was updated successfully, but these errors were encountered: