From 3fa749dbf3ef239c43f7e099cd93dadbfc88fd1c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 24 May 2012 00:58:48 +0100 Subject: [PATCH] Update example in readme with new layout helpers --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6bfc70..9265a5c 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,10 @@ looks like: ```bash window_root "~/Desktop" new_window "Example Window" -tmux split-window -t "$session:$window.0" -v -p 20 "watch -t date" -tmux split-window -t "$session:$window.1" -h -p 60 -tmux select-pane -t "$session:$window.0" +split_v 20 +run_cmd "watch -t date" +split_h 60 +select_pane 0 ``` You can then load that window layout into a new window in the