Skip to content

Commit 6e6a861

Browse files
committed
About_tmux updates
1 parent c711228 commit 6e6a861

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

doc/about_tmux.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Multitasking. Preserving the thinking you have.
214214
.. _"train of thought": http://en.wikipedia.org/wiki/Train_of_thought
215215

216216
Installing tmux
217-
---------------
217+
===============
218218

219219
Tmux is packaged on most Linux and BSD systems.
220220

@@ -239,6 +239,9 @@ If **compiling from source**, the dependencies are `libevent`_ and
239239
.. _Fink: http://fink.thetis.ig42.org/
240240
.. _Homebrew: http://www.brew.sh
241241

242+
Using tmux
243+
==========
244+
242245
Start a new session
243246
-------------------
244247

@@ -281,7 +284,13 @@ Then press ``o``.
281284
Session Name
282285
------------
283286

284-
Sessions can be renamed after creation.
287+
Sessions can be *named upon creation*.
288+
289+
.. code-block:: bash
290+
291+
$ tmux new-session [-s session-name]
292+
293+
Sessions can be *renamed after creation*.
285294

286295
=============== =========================================================
287296
Command .. code-block:: bash
@@ -294,9 +303,15 @@ Short cut ``Prefix`` + ``$``
294303
Window Name
295304
-----------
296305

306+
Windows can be *named upon creation*
307+
308+
.. code-block:: bash
309+
310+
$ tmuxp new-window [-n window-name]
311+
297312
.. _Rename window:
298313

299-
Windows can be renamed after creation.
314+
Windows can be *renamed after creation*.
300315

301316
=============== =========================================================
302317
Command .. code-block:: bash

0 commit comments

Comments
 (0)