Share history between panes/windows

tmuxzsh

Is there a way to share the shell command history between panes/windows in a tmux session?

Best Answer

Add these options to your .zshrc:

setopt inc_append_history

I also find hist_ignore_dups hist_ignore_space useful.

See also Zsh » Options » History.