From 71303c8eba3545fb957edf9bba22a6ef1b647652 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 24 May 2012 00:28:29 +0100 Subject: [PATCH] Update window template with new layout helpers --- templates/window.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/window.sh b/templates/window.sh index 8e186e7..c317fd1 100644 --- a/templates/window.sh +++ b/templates/window.sh @@ -7,7 +7,12 @@ new_window "{{WINDOW_NAME}}" # Split window into panes. -#tmux split-window -t "$session:$window.0" -h -p 20 +#split_v 20 +#split_h 50 + +# Run commands. +#run_cmd "top" # runs in active pane +#run_cmd "date" 1 # runs in pane 1 # Set active pane. -#tmux select-pane -t "$session:$window.0" +#select_pane 0