ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.63k stars 34 forks source link

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

Open infokiller opened 8 years ago

infokiller commented 8 years ago

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 commented 8 years ago

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 https://github.com/ardagnir/athame/issues/32, or mute the thread https://github.com/notifications/unsubscribe/ACUkPiveh0EycpjwEcoUTQE8Ibb4hTgEks5qGV8bgaJpZM4IpQMz .