mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Update example window layout file with new helpers
This commit is contained in:
@@ -7,8 +7,9 @@ window_root "~/Desktop"
|
||||
new_window "Example Window"
|
||||
|
||||
# Split window into panes.
|
||||
tmux split-window -t "$session:$window.0" -v -p 20 "watch -t date"
|
||||
tmux split-window -t "$session:$window.1" -h -p 60
|
||||
split_v 20
|
||||
run_cmd "watch -t date"
|
||||
split_h 60
|
||||
|
||||
# Set active pane.
|
||||
tmux select-pane -t "$session:$window.0"
|
||||
select_pane 0
|
||||
|
||||
Reference in New Issue
Block a user