@@ -338,9 +338,24 @@ Traverse windows
338338
339339By 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=================== ====================================================
345360Short 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=================== ====================================================
389404Short cut Action
@@ -399,6 +414,11 @@ Traverse panes
399414
400415Shortcut to move between panes.
401416
417+ .. code-block :: bash
418+
419+ $ tmux last-window
420+
421+
402422=================== ====================================================
403423Short cut Action
404424------------------- ----------------------------------------------------
@@ -412,6 +432,10 @@ Recipe (todo): tmux conf to ``hjkl`` commands
412432Kill window
413433-----------
414434
435+ .. code-block :: bash
436+
437+ $ tmux kill-window
438+
415439=================== ====================================================
416440Short 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
432464Splitting windows into panes
433465----------------------------
0 commit comments