To reload your ~/.tmux.conf without killing your session, you can simply do:
<prefix> :source-file /absolute/path/to/your/.tmux.conf
where <prefix>
is <C-b>
by default.
To reload your ~/.tmux.conf without killing your session, you can simply do:
<prefix> :source-file /absolute/path/to/your/.tmux.conf
where <prefix>
is <C-b>
by default.