From b4802c8c15b505a572917af146484307adde19aa Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 23 Feb 2014 23:25:57 -0500 Subject: update for new tmux --- tmux.conf | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'tmux.conf') 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}" -- cgit v1.2.3-54-g00ecf