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

Running tmux switches plugin to global mode #39

Open last-partizan opened 3 years ago

last-partizan commented 3 years ago

For example:

cd Projects
mkdir something
tmux

Then I press [Arrow Up], and there is cd Projects, not mkdir something.

When I press Ctrl + G plugin shows using global history (e.q. it is switched from local to global), but in reality it switched from global to global.