diff --git a/doc/about_tmux.rst b/doc/about_tmux.rst index 31b0b9ee668..72dfee9929d 100644 --- a/doc/about_tmux.rst +++ b/doc/about_tmux.rst @@ -449,7 +449,7 @@ Kill window .. code-block:: bash - $ tmux kill-window + $ tmux kill-window [-t target-window] =================== ==================================================== Short cut Action @@ -457,7 +457,6 @@ Short cut Action ``&`` Kill the current window. =================== ==================================================== - Kill pane --------- @@ -471,19 +470,6 @@ Short cut Action ``x`` Kill the current pane. =================== ==================================================== -Kill window ------------ - -.. code-block:: bash - - $ tmux kill-window [-t target-window] - -=================== ==================================================== -Short cut Action -------------------- ---------------------------------------------------- -``&`` Kill the current window. -=================== ==================================================== - Splitting windows into panes ----------------------------