mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Update example in readme with new layout helpers
This commit is contained in:
@@ -33,9 +33,10 @@ looks like:
|
|||||||
```bash
|
```bash
|
||||||
window_root "~/Desktop"
|
window_root "~/Desktop"
|
||||||
new_window "Example Window"
|
new_window "Example Window"
|
||||||
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"
|
||||||
tmux select-pane -t "$session:$window.0"
|
split_h 60
|
||||||
|
select_pane 0
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then load that window layout into a new window in the
|
You can then load that window layout into a new window in the
|
||||||
|
|||||||
Reference in New Issue
Block a user