mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +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"
|
new_window "Example Window"
|
||||||
|
|
||||||
# Split window into panes.
|
# Split window into panes.
|
||||||
tmux split-window -t "$session:$window.0" -v -p 20 "watch -t date"
|
split_v 20
|
||||||
tmux split-window -t "$session:$window.1" -h -p 60
|
run_cmd "watch -t date"
|
||||||
|
split_h 60
|
||||||
|
|
||||||
# Set active pane.
|
# Set active pane.
|
||||||
tmux select-pane -t "$session:$window.0"
|
select_pane 0
|
||||||
|
|||||||
Reference in New Issue
Block a user