summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-02-23 23:25:57 -0500
committerJesse Luehrs <doy@tozt.net>2014-02-23 23:26:24 -0500
commitb4802c8c15b505a572917af146484307adde19aa (patch)
tree8438290a25a7004affddef58551fcf911beb9a94 /tmux.conf
parent3060fefbda18850d7bb41d195a0e63d15fe21846 (diff)
downloadconf-b4802c8c15b505a572917af146484307adde19aa.tar.gz
conf-b4802c8c15b505a572917af146484307adde19aa.zip
update for new tmux
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf12
1 files changed, 4 insertions, 8 deletions
diff --git a/tmux.conf b/tmux.conf
index c3fc4d9..a63375d 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -44,11 +44,7 @@ bind { copy-mode
unbind ^B
# set up default sessions
-# this path stuff is ugly
-set-option -g default-path "${HOME}/work"
-new-session -s work
-set-option default-path "${HOME}/work"
-set-option -g default-path "$HOME"
-new-session -s main
-new-session -s docs
-new-session -s misc
+new-session -s work -c "${HOME}/work"
+new-session -s main -c "${HOME}"
+new-session -s docs -c "${HOME}"
+new-session -s misc -c "${HOME}"