Update example files

This commit is contained in:
2012-04-25 00:25:32 +01:00
parent d2122044ee
commit b0af14efa4
2 changed files with 11 additions and 14 deletions

View File

@@ -1,11 +1,10 @@
# Set custom window name. Default is based on filename.
window_name "Example Window"
# Set a window root path. Default is `$session_root`.
# Set window root path. Default is `$session_root`.
# Must be called before `new_window`.
window_root "~/Desktop"
# Create new window. Remove if you want to apply layout to current window.
tmux new-window -t "$session" -n "$window"
# Create new window. If no argument is given, window name will be based on
# layout file name.
new_window "Example Window"
# Split window into panes.
tmux split-window -t "$session:$window.0" -v -p 20 "watch -t date"