22
33# The Tao of tmux
44
5- :::{figure} /_ static/tao-tmux-screenshot.png
5+ :::{figure} /\ _ static/tao-tmux-screenshot.png
66:scale: 60%
77:align: center
88
@@ -47,7 +47,7 @@ Pane Application Performs operations
4747```
4848
4949``` {eval-rst}
50- .. aafig::
50+ .. aafig::
5151 :textual:
5252
5353 +----------------------------------------------------------------+
@@ -90,7 +90,7 @@ One screen can be used to edit a file, and another may be used to
9090` $ tail -F ` a logfile.
9191
9292``` {eval-rst}
93- .. aafig::
93+ .. aafig::
9494
9595 +--------+--------+
9696 | $ bash | $ bash |
@@ -104,7 +104,7 @@ One screen can be used to edit a file, and another may be used to
104104```
105105
106106``` {eval-rst}
107- .. aafig::
107+ .. aafig::
108108
109109 +--------+--------+
110110 | $ bash | $ bash |
@@ -120,7 +120,7 @@ One screen can be used to edit a file, and another may be used to
120120tmux supports as manys terminals as you want.
121121
122122``` {eval-rst}
123- .. aafig::
123+ .. aafig::
124124 :textual:
125125
126126 +---------+---------+
@@ -158,7 +158,7 @@ You can leave tmux and all applications running (detach), log out, make a
158158sandwich, and re-(attach), all applications are still running!
159159
160160``` {eval-rst}
161- .. aafig::
161+ .. aafig::
162162 :textual:
163163
164164 +--------+--------+
@@ -241,15 +241,10 @@ If **compiling from source**, the dependencies are [libevent][libevent] and
241241[ ncurses] [ ncurses ] .
242242
243243[ tmux homepage ] : http://tmux.sourceforge.net/
244-
245244[ libevent ] : http://www.monkey.org/~provos/libevent/
246-
247245[ ncurses ] : http://invisible-island.net/ncurses/
248-
249246[ macports ] : http://www.macports.org/
250-
251247[ fink ] : http://fink.thetis.ig42.org/
252-
253248[ homebrew ] : http://www.brew.sh
254249
255250## Using tmux
@@ -287,7 +282,7 @@ This could be because:
287282Tmux hot keys have to be pressed in a special way. ** Read this
288283carefully** , then try it yourself.
289284
290- First, you press the * prefix * key. This is ` C-b ` by default.
285+ First, you press the _ prefix _ key. This is ` C-b ` by default.
291286
292287Release. Then pause. For less than second. Then type what's next.
293288
@@ -298,15 +293,15 @@ Then press `o`.
298293
299294### Session Name
300295
301- Sessions can be * named upon creation * .
296+ Sessions can be _ named upon creation _ .
302297
303298``` {code-block} bash
304299
305300$ tmux new-session [-s session-name]
306301
307302```
308303
309- Sessions can be * renamed after creation * .
304+ Sessions can be _ renamed after creation _ .
310305
311306``` {eval_rst}
312307=============== =========================================================
@@ -320,15 +315,15 @@ Short cut ``Prefix`` + ``$``
320315
321316### Window Name
322317
323- Windows can be * named upon creation * .
318+ Windows can be _ named upon creation _ .
324319
325320``` {code-block} bash
326321
327322$ tmux new-window [-n window-name]
328323
329324```
330325
331- Windows can be * renamed after creation * .
326+ Windows can be _ renamed after creation _ .
332327
333328``` {eval_rst}
334329=============== ==========================================================
@@ -588,15 +583,14 @@ $(shell-command)
588583
589584So if ` /usr/local/bin/tmux-mem-cpu-load ` outputs stats to
590585` stdout ` , then ` $(tmux-mem-cpu-load) ` is going to output the first
591- line to the status line. The interval is determined by the
586+ line to the status line. The interval is determined by the
592587` status-interval ` :
593588
594589```
595590set -g status-interval 1
596591```
597592
598593[ tmux-mem-cpu-load ] : https://github.com/thewtex/tmux-mem-cpu-load
599-
600594[ basic-cpu-and-memory.tmux ] : https://github.com/zaiste/tmuxified/blob/master/scripts/basic-cpu-and-memory.tmux
601595
602596### Examples
@@ -714,9 +708,9 @@ $ nroff -mdoc tmux.1|less
714708
715709::::{container} rightside-book
716710
717- * The Tao of tmux * is available on [ Leanpub] [ leanpub ] and [ Kindle] [ kindle ] (Amazon).
711+ _ The Tao of tmux _ is available on [ Leanpub] [ leanpub ] and [ Kindle] [ kindle ] (Amazon).
718712
719- :::{figure} _ static/img/books/amazon-logo.png
713+ :::{figure} \ _ static/img/books/amazon-logo.png
720714:scale: 19%
721715:target: http://amzn.to/2gPfRhC
722716:alt: Amazon Kindle
@@ -728,15 +722,11 @@ Read and browse the book for [free on the web][free on the web].
728722::::
729723
730724[ free on the web ] : https://leanpub.com/the-tao-of-tmux/read
731-
732725[ leanpub ] : https://leanpub.com/the-tao-of-tmux
733-
734726[ kindle ] : http://amzn.to/2gPfRhC
735727
736728:::::::
737729
738730### License
739731
740732This page is licensed [ Creative Commons BY-NC-ND 3.0 US] [ creative commons by-nc-nd 3.0 us ] .
741-
742-
0 commit comments