summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-11 22:56:13 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-11 22:56:26 -0400
commit2d839985a4511f328beed0305e8b3b9e8d7744cd (patch)
tree09bf14588fc6566ee97b1c3482f503e1a29109ea /tmux.conf
parent884af81c392d9fdf4f598fff5cfc890d13304c0e (diff)
downloadconf-2d839985a4511f328beed0305e8b3b9e8d7744cd.tar.gz
conf-2d839985a4511f328beed0305e8b3b9e8d7744cd.zip
add another tmux session
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}"