File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,7 @@ def kill(
364
364
Examples
365
365
--------
366
366
Kill a pane:
367
+
367
368
>>> pane_1 = pane.split_window()
368
369
369
370
>>> pane_1 in window.panes
@@ -375,6 +376,7 @@ def kill(
375
376
True
376
377
377
378
Kill all panes except the current one:
379
+
378
380
>>> pane.window.resize(height=100, width=100)
379
381
Window(@1 1...)
380
382
Original file line number Diff line number Diff line change @@ -423,6 +423,7 @@ def kill(
423
423
Examples
424
424
--------
425
425
Kill a session:
426
+
426
427
>>> session_1 = server.new_session()
427
428
428
429
>>> session_1 in server.sessions
@@ -434,6 +435,7 @@ def kill(
434
435
True
435
436
436
437
Kill all sessions except the current one:
438
+
437
439
>>> one_session_to_rule_them_all = server.new_session()
438
440
439
441
>>> other_sessions = server.new_session(
Original file line number Diff line number Diff line change @@ -608,6 +608,7 @@ def kill(
608
608
Examples
609
609
--------
610
610
Kill a window:
611
+
611
612
>>> window_1 = session.new_window()
612
613
613
614
>>> window_1 in session.windows
@@ -619,6 +620,7 @@ def kill(
619
620
True
620
621
621
622
Kill all windows except the current one:
623
+
622
624
>>> one_window_to_rule_them_all = session.new_window()
623
625
624
626
>>> other_windows = session.new_window(
You can’t perform that action at this time.
0 commit comments