@@ -154,10 +154,10 @@ sandwich, and re-(attach), all applications are still running!
154154 +--------+--------+
155155 | $ bash | $ bash |
156156 | | |
157- | | | /------------\
158- +--------+--------+ --> | detach |
159- | $ vim | $ bash | | 'Ctrl-b b' |
160- | | | \------------/
157+ | | | /------------\
158+ +--------+--------+ --> | detach |
159+ | $ vim | $ bash | | 'Ctrl-b b' |
160+ | | | \------------/
161161 | | | |
162162 +--------+--------+ |
163163 /------------------/
@@ -208,7 +208,7 @@ Applications running on a remote server can be launched inside of a tmux
208208session, detached, and reattached next timeyour `"train of thought" `_ and
209209work.
210210
211- Multitasking. Preserving the thinking you have.
211+ Multitasking. Preserving the thinking you have.
212212
213213.. _"train of thought" : http://en.wikipedia.org/wiki/Train_of_thought
214214
@@ -258,7 +258,7 @@ That's all it takes to launch yourself into a tmux session.
258258 Running ``$ tmux list-sessions `` or any other command for listing tmux
259259 entities (such as ``$ tmux list-windows `` or ``$ tmux list-panes ``).
260260 This can generate the error "failed to connect to server".
261-
261+
262262 This could be because:
263263
264264 - tmux server has killed its' last session, killing the server.
@@ -633,7 +633,7 @@ Short cut Action
633633``M-o `` Rotate the panes in the current window backwards.
634634``M-p `` Move to the previous window with a bell or activity
635635 marker.
636- ``C-Up, C-Down `` Resize the current pane in steps of one cell.
636+ ``C-Up, C-Down `` Resize the current pane in steps of one cell.
637637``C-Left, C-Right ``
638638``M-Up, M-Down `` Resize the current pane in steps of five cells.
639639``M-Left, M-Right ``
0 commit comments