jimhester / per-directory-history

Per directory history for zsh, as well as global history, and the ability to toggle between them with ^G.
zlib License
259 stars 36 forks source link

can't view the global history #22

Closed npreiber closed 6 years ago

npreiber commented 6 years ago

I can only view the history of the current directory and the toggle key does not appear to work. I peaked at the zsh script and found that the command line should print "using local history" / "using global history" when I press ^G. However, it does not. I'm unsure if any of the other plugins I've installed interfere with this.

npreiber commented 6 years ago

Resolved vi-mode was installed and interfering, loading vi-mode before per-directory-history seems to resolve the problem.