summaryrefslogtreecommitdiffstats
path: root/example_tmux.conf
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-03-25 12:05:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-03-25 12:05:58 +0000
commite8f4ca6a52bdfb7d8e2b8c39b867f2e2528a7631 (patch)
tree9b034d6e05d442252c5ce03b85ed88547f698b49 /example_tmux.conf
parenta084f2dcb74c93348b1fd55ddf2f85d29c714fce (diff)
Tweaks to example config.
Diffstat (limited to 'example_tmux.conf')
-rw-r--r--example_tmux.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/example_tmux.conf b/example_tmux.conf
index 54de4d6b..0058ceee 100644
--- a/example_tmux.conf
+++ b/example_tmux.conf
@@ -49,11 +49,15 @@ bind F10 selectw -t:19
bind F11 selectw -t:20
bind F12 selectw -t:21
-# Keys to toggle monitoring activity in a window, and synchronize-panes
+# A key to toggle between smallest and largest sizes if a window is visible in
+# multiple places
+bind F set -w window-size
+
+# Keys to toggle monitoring activity in a window and the synchronize-panes option
bind m set monitor-activity
bind y set synchronize-panes\; display 'synchronize-panes #{?synchronize-panes,on,off}'
-# Create a single default session, because a session is created here, tmux
+# Create a single default session - because a session is created here, tmux
# should be started with "tmux attach" rather than "tmux new"
new -d -s0 -nirssi 'exec irssi'
set -t0:0 monitor-activity on