summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index a63375d..32021cb 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -45,6 +45,7 @@ unbind ^B
# set up default sessions
new-session -s work -c "${HOME}/work"
+new-session -s chat -c "${HOME}"
new-session -s main -c "${HOME}"
new-session -s docs -c "${HOME}"
new-session -s misc -c "${HOME}"