From c780933a95a6eecd120a5b9ca481d0b569bdac57 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 22 Apr 2010 00:10:02 -0500 Subject: set some default sessions for tmux --- tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index fdfdb5e..db909f7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -38,3 +38,10 @@ bind ^S set status unbind ^B unbind w + +# set up default sessions + +new-session -s main +new-session -s work +new-session -s docs +new-session -s misc -- cgit v1.2.3-54-g00ecf