mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
14 lines
399 B
Bash
14 lines
399 B
Bash
# Set window root path. Default is `$session_root`.
|
|
# Must be called before `new_window`.
|
|
#window_root "~/Projects/{{WINDOW_NAME}}"
|
|
|
|
# Create new window. If no argument is given, window name will be based on
|
|
# layout file name.
|
|
new_window "{{WINDOW_NAME}}"
|
|
|
|
# Split window into panes.
|
|
#tmux split-window -t "$session:$window.0" -h -p 20
|
|
|
|
# Set active pane.
|
|
#tmux select-pane -t "$session:$window.0"
|