Open last-partizan opened 3 years ago
For example:
cd Projects mkdir something tmux
Then I press [Arrow Up], and there is cd Projects, not mkdir something.
[Arrow Up]
cd Projects
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.
Ctrl + G
using global history
For example:
Then I press
[Arrow Up]
, and there iscd Projects
, notmkdir something
.When I press
Ctrl + G
plugin showsusing global history
(e.q. it is switched from local to global), but in reality it switched from global to global.