summaryrefslogtreecommitdiffstats
path: root/example_tmux.conf
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-08-14 18:33:13 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-08-14 18:39:56 +0100
commitc1be1b351d07f95784c1f05ba1359b578fb57af9 (patch)
treebc4ffaf704276894128f8c0788416cdfae918b06 /example_tmux.conf
parent22e5fc02c330920e28aac742f68c4e9478a5ca7f (diff)
Minor cleanups, GitHub issue 2824.
Diffstat (limited to 'example_tmux.conf')
-rw-r--r--example_tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_tmux.conf b/example_tmux.conf
index 11db9ec6..1bd9afdc 100644
--- a/example_tmux.conf
+++ b/example_tmux.conf
@@ -61,7 +61,7 @@ bind y set synchronize-panes\; display 'synchronize-panes #{?synchronize-panes,o
# should be started with "tmux attach" rather than "tmux new"
new -d -s0 -nirssi 'exec irssi'
set -t0:0 monitor-activity on
-set -t0:0 aggressive-resize on
+set -t0:0 aggressive-resize on
neww -d -ntodo 'exec emacs ~/TODO'
setw -t0:1 aggressive-resize on
neww -d -nmutt 'exec mutt'