Tabbing produces strange behavior #14
+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
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!
@twe4ked Could you please provide us your .zshrc file, information about used terminal, ZSH version and operating system?
Sure:
zsh 5.0.2 (x86_64-apple-darwin13.0)- OS X 1.9.5
- iTerm 2 (recent nightly), the problem also exists in Terminal.app
Here is a "compiled" version of my .zshrc: https://gist.github.com/twe4ked/00cb0e5bfaa98e9cfac4
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
export COMPLETION_WAITING_DOTS=false
in .zshrc
but the problem still remain.
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
https://github.com/sorin-ionescu/prezto/blob/master/modules/editor/init.zsh
I removed it and it no more delete lines.
I think will affect #37
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.