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
260 stars 36 forks source link

bind ^G to history mode toggle regardless of vi mode #50

Closed cohml closed 1 year ago

cohml commented 1 year ago

Fixes bug whereby ^G keybinding did not work in bindkey -v command mode.

This PR is parallel to this one, which fixes the same bug in the Oh-My-Zsh version of the per-directory-history plugin.

cohml commented 1 year ago

JFYI, the parallel PR for Oh-My-Zsh that I referenced above has now been merged.

jimhester commented 1 year ago

Thanks for looking into this and the PRs both here and in Oh-My-Zsh 🙏

cohml commented 1 year ago

My pleasure. Thanks for the awesome idea for this plugin!