Skip to content
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

Closed
alexbw opened this issue Jan 4, 2014 · 28 comments
Closed

Tabbing produces strange behavior #14

alexbw opened this issue Jan 4, 2014 · 28 comments

Comments

@alexbw
Copy link

alexbw commented Jan 4, 2014

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.

@benjdlambert
Copy link

+1

1 similar comment
@dhovart
Copy link

dhovart commented Feb 24, 2014

+1

@InAnimaTe
Copy link

+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.

@mnapoli
Copy link

mnapoli commented Apr 21, 2014

+1, using zsh-syntax-highlighting and zsh-completions too.

@ratheesh
Copy link

  • Even autojump does not work

@sporto
Copy link

sporto commented Jun 13, 2014

Same here

@rjhilgefort
Copy link

+1, same as @mnapoli

@harryxu
Copy link

harryxu commented Nov 1, 2014

+1

@faceleg
Copy link
Contributor

faceleg commented Dec 9, 2014

Try setting COMPLETION_WAITING_DOTS to false, as per Known Issues

@alexbw
Copy link
Author

alexbw commented Dec 13, 2014

@faceleg have set

export COMPLETION_WAITING_DOTS=false

which did not help

EDIT: lol DOTS not DOGS

@benjdlambert
Copy link

@alexbw

its COMPLETION_WAITING_DOTS=false not DOGS.

@mnapoli
Copy link

mnapoli commented Dec 15, 2014

@benjdlambert so you mean to say, the dogs are not a feature?

@bachue
Copy link

bachue commented Mar 4, 2015

+1

@mefiblogger
Copy link

+1

Same here with oh-my-zsh, steeef theme and plugins: brew, composer, fasd, git, jira, npm, sudo and wd.

@faceleg
Copy link
Contributor

faceleg commented Apr 10, 2015

Yes this plugin needs serious attention from someone with time and energy. This could be you!

@faceleg
Copy link
Contributor

faceleg commented May 21, 2015

Has this been addressed for you by the recent update?

@Alessandro-Barbieri
Copy link

I can confirm that tabbing removes the previous line.

@twe4ked
Copy link

twe4ked commented May 22, 2015

I can also confirm the problem still exists with the most recent version. Thanks for all the work you guys (@faceleg, @jirutka, et al.) have been doing lately. I'd love for this plugin to work consistently.

@jirutka
Copy link
Contributor

jirutka commented May 22, 2015

@twe4ked Could you please provide us your .zshrc file, information about used terminal, ZSH version and operating system?

@twe4ked
Copy link

twe4ked commented May 22, 2015

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

@twe4ked
Copy link

twe4ked commented May 22, 2015

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.

@jirutka
Copy link
Contributor

jirutka commented May 22, 2015

@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?

@Alessandro-Barbieri
Copy link

I put
export COMPLETION_WAITING_DOTS=false
in .zshrc
but the problem still remain.

@twe4ked
Copy link

twe4ked commented May 22, 2015

@Alessandro-Barbieri what output to you get if you run bindkey "^I"?

@Alessandro-Barbieri
Copy link

Got "^I" expand-or-complete-with-indicator

@twe4ked
Copy link

twe4ked commented May 22, 2015

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

@Alessandro-Barbieri
Copy link

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

@jirutka
Copy link
Contributor

jirutka commented May 22, 2015

Great! I’ll update readme with troubleshooting and more information about this problem, and then we can close this issue.

jirutka added a commit to jirutka/zsh-autosuggestions that referenced this issue May 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests