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

Problem with typing dissapearing #84

Open
samcv opened this issue Jun 28, 2017 · 1 comment
Open

Problem with typing dissapearing #84

samcv opened this issue Jun 28, 2017 · 1 comment

Comments

@samcv
Copy link

samcv commented Jun 28, 2017

See this video that demonstrates the issue:
https://cry.nu/files/konsole-typing.webm

  1. top -b -n 1 | tail -n +7 | sed -re 's|^\s+||g' -e 's|\s+| |g'
    and editing it to read
  2. top -b -n 1 -p $(pgrep -x plasmashell | head -n 1) | tail -n +7 | sed -re 's|^\s+||g' -e 's|\s+| |g'

As soon as the | character is added inside the $( ) then all text to the right dissapears. I have tried this using zprezto with all other plugins disabled, and also in a totally clean configuration (minus the history-substring-search plugin enabled). So this is the plugin which is causing the issue. Can anybody replicate?

Also if it doesn't seem to work, try running: top -b -n 1 | tail -n +7 | sed -re 's|^\s+||g' -e 's|\s+| |g' so that it gets added to your history and then try adding the $( ) section as shown in 2. above.

@abraithwaite
Copy link

abraithwaite commented Aug 16, 2017

I'm having a very similar issue since upgrading to zsh 5.4.1 on OSX

Downgrading to homebrew zsh 5.3.1_1 fixes the issue for me.

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

No branches or pull requests

3 participants