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 694b90b commit 8b51639Copy full SHA for 8b51639
src/tmuxp/workspace/builder.py
@@ -410,7 +410,7 @@ def iter_create_windows(
410
dict,
411
):
412
for key, val in window_config["options"].items():
413
- window.set_window_option(key, val)
+ window.set_option(key, val)
414
415
if window_config.get("focus"):
416
window.select()
@@ -562,7 +562,7 @@ def config_after_window(
562
563
564
for key, val in window_config["options_after"].items():
565
566
567
def find_current_attached_session(self) -> Session:
568
"""Return current attached session."""
0 commit comments