@@ -216,15 +216,15 @@ Multitasking. Preserving the thinking you have.
216
216
Installing tmux
217
217
---------------
218
218
219
- Tmux is a common package / port on most Linux and BSD systems.
219
+ Tmux is packaged on most Linux and BSD systems.
220
220
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.
225
224
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 `_.
228
228
229
229
**Mac OS X ** users may install that latest stable version of tmux through
230
230
`MacPorts `_, `fink `_ or `Homebrew `_ (aka brew).
@@ -281,22 +281,28 @@ Then press ``o``.
281
281
Session Name
282
282
------------
283
283
284
- Renaming
285
- """"""""
284
+ Session can be renamed after creation.
286
285
287
- **Command: ** ``$ tmux rename-session <session-name> ``
286
+ =============== =========================================================
287
+ Command .. code-block:: bash
288
288
289
- **Short cut ** ``$ ``
289
+ $ tmux rename-session <sesion-name>
290
+
291
+ Short cut ``Prefix `` + ``$ ``
292
+ =============== =========================================================
290
293
291
294
Window Name
292
295
-----------
293
296
294
- Renaming
295
- """"""""
297
+ Windows can be renamed after creation.
298
+
299
+ =============== =========================================================
300
+ Command .. code-block:: bash
296
301
297
- ** Command: ** `` $ tmux rename-window <window-name> ``
302
+ $ tmux rename-window <window-name>
298
303
299
- **Short cut ** ``, ``
304
+ Short cut ``Prefix `` + ``, ``
305
+ =============== =========================================================
300
306
301
307
302
308
0 commit comments