In my tmux.conf
file I have it configured to open windows, name them, setup panes etc.. etc..
However one issue I have is that if one of the panes launches a command, let's say ls
, then the pane closes itself after the command completes (instantly). Is there any way to prevent this behavior? Or have it drop to a normal shell after a command completes?
I am assuming that I need to start a shell -> execute command when the pane launches, but I'll be damned if I can figure out how. I have googled a bit for this problem but have come up short.
Thanks for all the help, it's really appreciated (both of you).
– Stew Jul 21 '11 at 12:02start-server
command, I think it is started automatically if needed. Is there an advantage of calling it explicitly nonetheless? – luator Nov 13 '17 at 14:30tmux
since I wrote this answer. I don't know of any advantage if your version spawn a server process if necessary. – Caleb Nov 13 '17 at 14:57