Skip to content

Commit 14f3ecf

Browse files
committed
[docs] about_rst updates
1 parent e373854 commit 14f3ecf

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

doc/about_tmux.rst

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,24 @@ Traverse windows
338338

339339
By number
340340

341-
Next,
341+
Next
342+
343+
.. code-block:: bash
344+
345+
$ tmux next-window
346+
342347
Previous
343348

349+
.. code-block:: bash
350+
351+
$ tmux previous-window
352+
353+
Last-window
354+
355+
.. code-block:: bash
356+
357+
$ tmux last-window
358+
344359
=================== ====================================================
345360
Short cut Action
346361
------------------- ----------------------------------------------------
@@ -383,7 +398,7 @@ Move panes
383398

384399
.. code-block:: bash
385400
386-
$ tmux move-panes
401+
$ tmux move-pane [-t dst-pane]
387402
388403
=================== ====================================================
389404
Short cut Action
@@ -399,6 +414,11 @@ Traverse panes
399414

400415
Shortcut to move between panes.
401416

417+
.. code-block:: bash
418+
419+
$ tmux last-window
420+
421+
402422
=================== ====================================================
403423
Short cut Action
404424
------------------- ----------------------------------------------------
@@ -412,6 +432,10 @@ Recipe (todo): tmux conf to ``hjkl`` commands
412432
Kill window
413433
-----------
414434

435+
.. code-block:: bash
436+
437+
$ tmux kill-window
438+
415439
=================== ====================================================
416440
Short cut Action
417441
------------------- ----------------------------------------------------
@@ -428,6 +452,14 @@ Short cut Action
428452
``x`` Kill the current pane.
429453
=================== ====================================================
430454

455+
Kill window
456+
-----------
457+
458+
=================== ====================================================
459+
Short cut Action
460+
------------------- ----------------------------------------------------
461+
``&`` Kill the current window.
462+
=================== ====================================================
431463

432464
Splitting windows into panes
433465
----------------------------

0 commit comments

Comments
 (0)