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 f384ee9 commit bc95161Copy full SHA for bc95161
src/libtmux/pane.py
@@ -500,12 +500,14 @@ def split_window(
500
----------
501
attach : bool, optional
502
Attach / select pane after creation.
503
- vertical : bool, optional
504
- split vertically
505
start_directory : str, optional
506
specifies the working directory in which the new pane is created.
+ vertical : bool, optional
+ split vertically
507
percent: int, optional
508
percentage to occupy with respect to current pane
509
+ environment: dict, optional
510
+ Environmental variables for new pane. tmux 3.0+ only. Passthrough to ``-e``.
511
512
Notes
513
-----
0 commit comments