@@ -33,7 +33,7 @@ the text dimension. Inside tmux you can:
3333
3434### Text-based window manager
3535
36- ``` {eval_rst }
36+ ``` {eval-rst }
3737=================== ====================== ===============================
3838**tmux** **"Desktop"-Speak** **Plain English**
3939------------------- ---------------------- -------------------------------
@@ -303,7 +303,7 @@ $ tmux new-session [-s session-name]
303303
304304Sessions can be _ renamed after creation_ .
305305
306- ``` {eval_rst }
306+ ``` {eval-rst }
307307=============== =========================================================
308308Command .. code-block:: bash
309309
@@ -325,7 +325,7 @@ $ tmux new-window [-n window-name]
325325
326326Windows can be _ renamed after creation_ .
327327
328- ``` {eval_rst }
328+ ``` {eval-rst }
329329=============== ==========================================================
330330Command .. code-block:: bash
331331
@@ -337,7 +337,7 @@ Short cut ``Prefix`` + ``,``
337337
338338### Creating new windows
339339
340- ``` {eval_rst }
340+ ``` {eval-rst }
341341=============== =========================================================
342342Command .. code-block:: bash
343343
@@ -383,7 +383,7 @@ $ tmux last-window
383383
384384```
385385
386- ``` {eval_rst }
386+ ``` {eval-rst }
387387=================== ====================================================
388388Short cut Action
389389------------------- ----------------------------------------------------
@@ -418,7 +418,7 @@ $ tmux swap-window [-t dst-window]
418418
419419```
420420
421- ``` {eval_rst }
421+ ``` {eval-rst }
422422=================== ====================================================
423423Short cut Action
424424------------------- ----------------------------------------------------
@@ -434,7 +434,7 @@ $ tmux move-pane [-t dst-pane]
434434
435435```
436436
437- ``` {eval_rst }
437+ ``` {eval-rst }
438438=================== ====================================================
439439Short cut Action
440440------------------- ----------------------------------------------------
@@ -460,7 +460,7 @@ $ tmux next-window
460460
461461```
462462
463- ``` {eval_rst }
463+ ``` {eval-rst }
464464=================== ====================================================
465465Short cut Action
466466------------------- ----------------------------------------------------
@@ -488,7 +488,7 @@ $ tmux kill-window [-t target-window]
488488
489489```
490490
491- ``` {eval_rst }
491+ ``` {eval-rst }
492492=================== ====================================================
493493Short cut Action
494494------------------- ----------------------------------------------------
@@ -504,7 +504,7 @@ $ tmux kill-pane [-t target-pane]
504504
505505```
506506
507- ``` {eval_rst }
507+ ``` {eval-rst }
508508=================== ====================================================
509509Short cut Action
510510------------------- ----------------------------------------------------
@@ -522,7 +522,7 @@ $ tmux split-window [-c start-directory] <shell-command>
522522
523523Tmux windows can be split into multiple panes.
524524
525- ``` {eval_rst }
525+ ``` {eval-rst }
526526=================== ====================================================
527527Short cut Action
528528------------------- ----------------------------------------------------
@@ -610,7 +610,7 @@ set -g status-interval 1
610610
611611:::
612612
613- ``` {eval_rst }
613+ ``` {eval-rst }
614614=================== ====================================================
615615Short cut Action
616616------------------- ----------------------------------------------------
0 commit comments