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

Zsh: up/down keys conflict with zsh-history-substring-search #32

Open
infokiller opened this issue May 29, 2016 · 1 comment
Open

Zsh: up/down keys conflict with zsh-history-substring-search #32

infokiller opened this issue May 29, 2016 · 1 comment
Assignees

Comments

@infokiller
Copy link

I have the https://github.com/zsh-users/zsh-history-substring-search plugin installed. When using zsh with the athame patch the up/down no longer work with this plugin. Any idea how to solve this?

Thanks!

@ardagnir
Copy link
Owner

Right now, the arrow keys are always sent to vim instead of zsh unless zsh
is in tab completion.

There's a commented out function in the default athamerc that acts
similarly to zsh-history-substring search but it only searches prefixes.
Don't try it if you are using a vim version before 7.4.928 though, because
it can sometimes trigger a crashing bug in vim.

I have the https://github.com/zsh-users/zsh-history-substring-search plugin
installed. When using zsh with the athame patch the up/down no longer work
with this plugin. Any idea how to solve this?

Thanks!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#32, or mute the thread
https://github.com/notifications/unsubscribe/ACUkPiveh0EycpjwEcoUTQE8Ibb4hTgEks5qGV8bgaJpZM4IpQMz
.

@ardagnir ardagnir added this to the 1.1 milestone Oct 22, 2017
@ardagnir ardagnir removed this from the 1.1 milestone May 18, 2018
@ardagnir ardagnir self-assigned this Mar 5, 2021
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

2 participants