Hi, is there any way to keep history in sync between multiple running shells, i.e. like bash's history -n or in ksh93? I tend to run a number of shells simultaneously through tmux and it is a bit frustating that I cannot re-enter commands in a running shell from another running shell without terminating an restarting it.
Another minor issue I've found is this: $ ls tmp/ $ cd tmp $ fc -l 1 ls $ Why is the last command "cd tmp" not listed? It still seems to be recorded when I enter more commands. -- Guido Berhoerster
