Class VimMate::TerminalsWindow
In: lib/vimmatelib/terminals_window.rb
Parent: Object

The window that contains the terminals

Methods

Public Class methods

Public Instance methods

Add a block that will be called when the user choose to expand or close the expander. The block takes one argument: if the expander is opened or closed

Add a new terminal at the left of the tab bar.

Deletes terminal with number page_num, defaults to current page number.

Set the focus to the current terminal

The "window" for this object

Switch the next (right) terminal, if there exists one. Otherwise start again with the first terminal on the left.

Switch the previous (left) terminal, if there exists one. Otherwise start with again with the last terminal on the right.

[Validate]