Method: Tmuxinator::Project#tmux_new_session_command

Defined in:
lib/tmuxinator/project.rb

#tmux_new_session_commandObject



370
371
372
373
374
375
# File 'lib/tmuxinator/project.rb', line 370

def tmux_new_session_command
  return if append?

  window = windows.first.tmux_window_name_option
  "#{tmux} new-session -d -s #{name} #{window}"
end