We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3cff8 commit b438c3bCopy full SHA for b438c3b
tmuxp/session.py
@@ -145,6 +145,13 @@ def new_window(self,
145
:type start_directory: string
146
:param attach: make new window the current window after creating it,
147
default True.
148
+ :param window_index: create the new window at the given index position.
149
+ Default is empty string which will create the window in the next
150
+ available position.
151
+ :type window_index: string
152
+ :param window_command: execute a command on starting the window. The
153
+ window will close when the command exits.
154
+ :type window_command: string
155
:param type: bool
156
:rtype: :class:`Window`
157
0 commit comments