teamocil/lib/teamocil.rb
Rémi Prévost ae4eb6b2b0 Add support for options in a window item
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.
2011-10-20 07:21:29 -04:00

6 lines
114 B
Ruby

module Teamocil
VERSION = "0.1.11"
autoload :Layout, "teamocil/layout"
autoload :CLI, "teamocil/cli"
end