Method: Consular::ITerm#open_window

Defined in:
lib/consular/iterm.rb

#open_window(options = nil) ⇒ Object

Opens a new window and focuses on the new tab.

Parameters:

  • options (Hash) (defaults to: nil)

    Additional options to further customize the window.



268
269
270
# File 'lib/consular/iterm.rb', line 268

def open_window(options = nil)
  @terminal.create_window_with_default_profile
end