Skip to content

Commit d73cc12

Browse files
jstojatony
authored andcommitted
Remove duplicate kill-window documentation
In this anchor: https://tmuxp.readthedocs.io/en/latest/about_tmux.html#kill-window `kill-window` is defined twice.
1 parent 52f7b13 commit d73cc12

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

doc/about_tmux.rst

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -449,15 +449,14 @@ Kill window
449449

450450
.. code-block:: bash
451451
452-
$ tmux kill-window
452+
$ tmux kill-window [-t target-window]
453453
454454
=================== ====================================================
455455
Short cut Action
456456
------------------- ----------------------------------------------------
457457
``&`` Kill the current window.
458458
=================== ====================================================
459459

460-
461460
Kill pane
462461
---------
463462

@@ -471,19 +470,6 @@ Short cut Action
471470
``x`` Kill the current pane.
472471
=================== ====================================================
473472

474-
Kill window
475-
-----------
476-
477-
.. code-block:: bash
478-
479-
$ tmux kill-window [-t target-window]
480-
481-
=================== ====================================================
482-
Short cut Action
483-
------------------- ----------------------------------------------------
484-
``&`` Kill the current window.
485-
=================== ====================================================
486-
487473
Splitting windows into panes
488474
----------------------------
489475

0 commit comments

Comments
 (0)