@@ -216,15 +216,15 @@ Multitasking. Preserving the thinking you have.
216216Installing tmux
217217---------------
218218
219- Tmux is a common package / port on most Linux and BSD systems.
219+ Tmux is packaged on most Linux and BSD systems.
220220
221- Instead of creating a page for how to install tmux on every distro in the
222- world, using google for "How to install tmux on <my distro>" may suit your
223- purpose as package names and directions change when distributions release
224- a new version.
221+ For the freshest results on how to get tmux installed on your system,
222+ "How to install tmux on <my distro>" will do, as directions change and are
223+ slightly different between distributions.
225224
226- It's best that you use the latest stable release of tmux available. This
227- can been seen on `tmux homepage `_.
225+ This documentation is writtenf for version **1.8 **. It's important that
226+ you have the latest stable release of tmux. The latest stable version is
227+ viewable on the `tmux homepage `_.
228228
229229**Mac OS X ** users may install that latest stable version of tmux through
230230`MacPorts `_, `fink `_ or `Homebrew `_ (aka brew).
@@ -281,22 +281,28 @@ Then press ``o``.
281281Session Name
282282------------
283283
284- Renaming
285- """"""""
284+ Session can be renamed after creation.
286285
287- **Command: ** ``$ tmux rename-session <session-name> ``
286+ =============== =========================================================
287+ Command .. code-block:: bash
288288
289- **Short cut ** ``$ ``
289+ $ tmux rename-session <sesion-name>
290+
291+ Short cut ``Prefix `` + ``$ ``
292+ =============== =========================================================
290293
291294Window Name
292295-----------
293296
294- Renaming
295- """"""""
297+ Windows can be renamed after creation.
298+
299+ =============== =========================================================
300+ Command .. code-block:: bash
296301
297- ** Command: ** `` $ tmux rename-window <window-name> ``
302+ $ tmux rename-window <window-name>
298303
299- **Short cut ** ``, ``
304+ Short cut ``Prefix `` + ``, ``
305+ =============== =========================================================
300306
301307
302308
0 commit comments