From b2358deb00ed9c3ff2ec498ad8ec2e937bc8f5c9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 21 Jun 2024 00:04:41 +0300 Subject: fix --- gemfeed/DRAFT-terminal-multiplexing-with-tmux.gmi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gemfeed') diff --git a/gemfeed/DRAFT-terminal-multiplexing-with-tmux.gmi b/gemfeed/DRAFT-terminal-multiplexing-with-tmux.gmi index 3052056b..1bb2efef 100644 --- a/gemfeed/DRAFT-terminal-multiplexing-with-tmux.gmi +++ b/gemfeed/DRAFT-terminal-multiplexing-with-tmux.gmi @@ -304,7 +304,9 @@ The last remaining lines in my configuration file are: ``` bind-key p setw synchronize-panes off bind-key P setw synchronize-panes on -bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" +bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded" ``` We discussed `synchronized-panes` earlier. I use it all the time in clustered SSH sessions. When enabled, all panes (all remote SSH sessions) receive the same keystrokes. It is very useful when you want to run the same commands on many servers at once, such as navigating to a common directory, restarting a couple of services at once, or running tools like `htop` to quickly monitor system resources. + +The last one simply reloads my Tmux configuratin on the fly. -- cgit v1.2.3