libtmux Reference MCP Search
On this page

types.NewSessionOptions

View as Markdown

Module
types
Package
@libtmux/libtmux
Source
packages/libtmux/src/types.ts
interface types.NewSessionOptions
interface [source]
interface [source]
interface types.NewSessionOptions

8 declared, 0 inherited

Members

  • environment property Variables to set in the process this starts, tmux's -e.
  • groupWith property Share another session's windows, tmux's -t.
  • height property Rows for the session's first window.
  • name property The session's name, tmux's -s.
  • shellCommand property A command for tmux to run in place of the default shell.
  • startDirectory property
  • width property Columns for the session's first window. See height .
  • windowName property The first window's name. Same rules as name .
Esc

Type to search.