zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.95k stars 1.86k forks source link

Auto Suggestion not working while using tmux #573

Open sillydadddy opened 3 years ago

sillydadddy commented 3 years ago

I use tmux When I use it auto suggestion works with the already available entries in the history But if I type some commands in one tab of tmux its not saving to history When I open another tmux tab the command i typed in the previous tmux session is not reflected in the auto suggestion

thanks

huiyeruzhou commented 5 months ago

Hi, I wonder if this promblem solved. Same thing happened to me, a new ssh(home directory are shared) or tmux window will not work at the beginning, but it will then remember command history. It's just like some kind of cold start, does .zsh-history or .zshcomp have anything to do with it? I have no idea about it. Thank for any help!