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.
set_window_option
set_option
1 parent e4719ac commit 291c802Copy full SHA for 291c802
src/tmuxp/workspace/builder.py
@@ -433,7 +433,7 @@ def iter_create_windows(
433
dict,
434
):
435
for key, val in window_config["options"].items():
436
- window.set_window_option(key, val)
+ window.set_option(key, val)
437
438
if window_config.get("focus"):
439
window.select()
@@ -585,7 +585,7 @@ def config_after_window(
585
586
587
for key, val in window_config["options_after"].items():
588
589
590
def find_current_attached_session(self) -> Session:
591
"""Return current attached session."""
0 commit comments