ae4eb6b2b0
For example, you could synchronize all commands sent to a window by adding this in your window item: options: synchronize-panes: true See the `set-window-option` section of the tmux manual (`man tmux`) for a list of all the options you can use.
6 lines
114 B
Ruby
6 lines
114 B
Ruby
module Teamocil
|
|
VERSION = "0.1.11"
|
|
autoload :Layout, "teamocil/layout"
|
|
autoload :CLI, "teamocil/cli"
|
|
end
|