jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
3.13k stars 109 forks source link

Plugin override (Shift-)Tab by default? #47

Closed lkhphuc closed 3 years ago

lkhphuc commented 3 years ago

Hi, I was having some trouble using this plugin with other plugin that use Shift-Tab (and Tab) for auto completion, such as https://github.com/marlonrichert/zsh-autocomplete These plugins work fine if I disable this plugin, but I don't see any mention (nor reason) for Vim plugin to use the Tab or Shift-TAb function. Is this a bug or a feature that I miss?

lkhphuc commented 3 years ago

I also notice this plugin override the Ctrl-R, Ctrl-T functionality, even if another plugin was sourced after it. This make it impossible to use Fzf keybinding with this plugin. I hope this can be fixed somehow.

jeffreytse commented 3 years ago

Hi @lkhphuc

Thanks for your reporting and patience, about the key override issue, you can read here. Also, for the fzf keybinging issue you can refer to #24.

Thanks and regards

lkhphuc commented 3 years ago

Thank you. That fixed my issue.