File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,10 @@ Traverse windows
338338
339339By 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
446450Kill pane
447451---------
448452
453+ .. code-block :: bash
454+
455+ $ tmux kill-pane [-t target-pane]
456+
449457=================== ====================================================
450458Short cut Action
451459------------------- ----------------------------------------------------
@@ -455,6 +463,10 @@ Short cut Action
455463Kill window
456464-----------
457465
466+ .. code-block :: bash
467+
468+ $ tmux kill-window [-t target-window]
469+
458470=================== ====================================================
459471Short cut Action
460472------------------- ----------------------------------------------------
@@ -464,6 +476,10 @@ Short cut Action
464476Splitting 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=================== ====================================================
You can’t perform that action at this time.
0 commit comments