Class Teamocil::Layout::Split
In: lib/teamocil/layout/split.rb
Parent: Object

This class represents a split within a tmux window

Methods

Attributes

cmd  [R] 
height  [R] 
index  [R] 
target  [R] 
width  [R] 

Public Class methods

Initialize a new tmux split

@param session [Session] the window where the split is initialized @param index [Fixnnum] the split index @param attrs [Hash] the split data from the layout file

Public Instance methods

Generate commands to send to tmux

@return [Array]

[Validate]