Terminal freezes when pasting text #112

Closed
KarthikNayak opened this Issue Feb 13, 2016 · 2 comments

2 participants

@KarthikNayak

I'm using zsh-autosuggestions with oh-my-zsh. Recently I had the time to update zsh-autosuggestions and this broke my setup. Now if I paste text onto the terminal, it freezes.

# Load zsh-autosuggestions.
source ~/.oh-my-zsh/zsh-autosuggestions/dist/autosuggestions.zsh
autosuggest_start

I had no problems with zsh-autosuggestions and paste before this.
Commenting out the config, ensures that the problem is due to zsh-autosuggestions.

OS: Arch Linux
Zsh --version: zsh 5.2 (x86_64-unknown-linux-gnu)

@ericfreese
zsh-users member

This is related to bracketed-paste-magic. See #102.

@ericfreese ericfreese closed this Feb 13, 2016
@KarthikNayak

@ericfreese Didn't see that, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment