Skip to content

Commit 64aa274

Browse files
committed
docs: about tmux
1 parent 14f3ecf commit 64aa274

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/about_tmux.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ Traverse windows
338338

339339
By number
340340

341+
.. code-block:: bash
342+
343+
$ tmux select-window
344+
341345
Next
342346

343347
.. code-block:: bash
@@ -446,6 +450,10 @@ Short cut Action
446450
Kill pane
447451
---------
448452

453+
.. code-block:: bash
454+
455+
$ tmux kill-pane [-t target-pane]
456+
449457
=================== ====================================================
450458
Short cut Action
451459
------------------- ----------------------------------------------------
@@ -455,6 +463,10 @@ Short cut Action
455463
Kill window
456464
-----------
457465

466+
.. code-block:: bash
467+
468+
$ tmux kill-window [-t target-window]
469+
458470
=================== ====================================================
459471
Short cut Action
460472
------------------- ----------------------------------------------------
@@ -464,6 +476,10 @@ Short cut Action
464476
Splitting windows into panes
465477
----------------------------
466478

479+
.. code-block:: bash
480+
481+
$ tmux split-window [-c start-directory] <shell-command>
482+
467483
Tmux windows can be split into multiple panes.
468484

469485
=================== ====================================================

0 commit comments

Comments
 (0)