File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -360,20 +360,31 @@ Short cut Action
360360Move 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
373382Move panes
374383----------
375384
376- ``$ tmux move-panes ``
385+ .. code-block :: bash
386+
387+ $ tmux move-panes
377388
378389=================== ====================================================
379390Short cut Action
You can’t perform that action at this time.
0 commit comments