Skip to content

Commit 6c56df6

Browse files
committed
about_rst updates
1 parent ec5dc7d commit 6c56df6

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

doc/about_tmux.rst

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,20 +360,31 @@ Short cut Action
360360
Move windows
361361
------------
362362

363-
Move windows
364-
``$ tmux move-window`` Move the window
363+
Move window
364+
365+
.. code-block:: bash
365366
366-
``$ tmux swap-window`` Swaps the window
367+
$ tmux move-window [-t dst-window]
368+
369+
Swap the window
370+
371+
.. code-block:: bash
367372
373+
$ tmux swap-window [-t dst-window]
368374
375+
=================== ====================================================
376+
Short cut Action
377+
------------------- ----------------------------------------------------
369378
``.`` Prompt for an index to move the current window.
370379
=================== ====================================================
371380

372381

373382
Move panes
374383
----------
375384

376-
``$ tmux move-panes``
385+
.. code-block:: bash
386+
387+
$ tmux move-panes
377388
378389
=================== ====================================================
379390
Short cut Action

0 commit comments

Comments
 (0)