-
-
Notifications
You must be signed in to change notification settings - Fork 25.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
history-substring-search doesn't work after update to Ubuntu 12.10 [has workaround] #1433
Comments
Debian Wheezy - same issue - all I did was update oh-my-zsh today (and the issue is present on a server I have running Squeeze) edit ZSH 4.3.10-14 on the Squeeze machine and 4.3.17-1 on Wheezy |
I have this issue too, on two different machines, both on ubuntu 12.10 x64. One of them was an upgrade from 12.04, the other one was a clean install. history-substring-search doesn't work on either. zsh 5.0.0 (x86_64-unknown-linux-gnu) |
+1, Ubuntu 12.10, clean install. |
Fortunately, there is a workaround. Put this line to ~/.zshenv:
|
Great! It works! Thanks cutalion! |
When Oh My ZSH updated on my mac (10.8.2) this started happening to me as well =( |
Same issue here with unity 12.10. Even work around didn't work for me. |
does not work for me either :( System: Ubuntu 12.10 |
@cutalion's suggestion worked for me. |
Any news here? I have the same problem and the workaround does not work for me. |
@sotte the default setup started working for me again except on one machine where I had enabled some plugins that weren't enabled on the working ones. I disabled them and it works out of the box again. Double check which plugins you have enabled and test if any of them is still breaking it. |
Here is my .zshrc. No plugin is enabled. The workaround has no effect.
|
hmm. What version of ZSH do you have? What commit of Oh-My-Zsh are you at? EDIT also - did you comment out the workaround because it had no effect or did you add it already commented? |
I tried it with and without the workaround. No effect. omz is the current version: 615e41b |
I have no problems with Ubutu 12.04 and zsh 4.3.17 (x86_64-unknown-linux-gnu). The config is the same. The workaround is not activated. |
Same problem for me, and setting DEBIAN_PREVENT_KEYBOARD_CHANGES=yes doesn't help. |
Strange that this workaround don't work for some people...I have On 11.02.2013, at 1:48, Claes Mogren notifications@github.com wrote:
|
In case it's helpful. I have Ubuntu 12.10, zsh 5.0.0 (x86_64-unknown-linux-gnu) with the same issue initially. Putting "export DEBIAN_PREVENT_KEYBOARD_CHANGES=yes" in .zshrc does not fix the issue. Could be related to the order of setting this variable. |
xubuntu 12.10 |
Fixed with adding this into
|
did you try putting it in On 12 March 2013 09:22, Povilas Balzaravičius notifications@github.comwrote:
|
Yes, found solution immediately after posted comment. Editing |
editing |
Worked for my ubuntu |
Worked for me THANKS Damn it made my day :D PS : Linux Mint 14 (based on ubuntu 12.10) |
Worked for me |
@cutalion - Great, it works, many thanks! :) |
@robbyrussell This issue has been open for a year and a pull request (#2511) ready for about a month now. Any chance on seeing this merged soon? |
Works for me |
The most recent oh-my-zsh update just broke this for me again on Mac OS 10.9.2 |
@billcarroll - Yeah, for me it broke again too (a few days back actually, but I wouldn't be able to pin-point which update). If it weren't annoying, it would be funny how often this brakes! :-/ |
I'm experiencing this issue on Fedora 20, and have been for some months. Adding DEBIAN_PREVENT_KEYBOARD_CHANGES=yes to .zshenv did not change anything. Moving 'history-substring-search' to the end of the plugin list in .zshrc did not change anything. I notice that it works fine on NetBSD, through tmux, with TERM=screen. |
adding
after loading omz works for me, with TERM=screen-256color |
@zweifisch Awesome! That's great, thank you! FWIW, that also works with |
Is a fix planned for this? |
Here's what I use to make it work again:
|
This bug started to appear for me recently. None of the solutions given above works for me. |
I'm having the same issue. On the latest (96e4e5d) with Mac OSX 10.9.5. Here's my plugin setup:
Strangely, if I |
Going to close this one out... and hope that it's resolved for folks. (we can open up new issues as necessary) |
I'm having this issue since a few days, on Debian, and Mac OS 10.10.3. None of the tips above is working. |
For me it appeared to be something I did corrupted the .zcompdump / .zcompdump.zwc files on Mac. I trashed the files and restarted the shell and my issue appears to be gone. |
broken on OS X again for me after the last update |
also running into the issue. As m6w6 fix worked: bindkey "$terminfo[cuu1]" history-substring-search-up |
I'm running just fine in OSX under gnu screen inside iTerm. Try to close all screen and iTerm and start again after update zsh and oh-my-zsh. |
This started happening again with zsh recent update. None of the above mentioned suggestions are working. No This is the returned error: I don't have zsh 5.0.8 (x86_64-apple-darwin15.0) Can someone please point me to the solution? |
I think Commenting out this line, works as a workaround for this problem. But I hope there will be a release with the fix. |
Same error here as what @sgsvenkatesh reported. |
@shadowhand The issue as resolved for me a few weeks back after updating zsh to the latest version. You should try it. |
This happened after upgrading to current master. Appears to have gone away again. |
Same issue on osx. Commenting out the call to _zsh_highlight worked for me. Highlighting works fine even without it. |
history-substring-search just doesn't work since I update my distro from 12.04 to 12.10.
I mean that when I type smth, eg
ls
and press up-arrow button, it shows me last history item, not started fromls
.My .zshrc
ZSH version
The text was updated successfully, but these errors were encountered: