File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff 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
216216Installing tmux
217- ---------------
217+ ===============
218218
219219Tmux 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+
242245Start a new session
243246-------------------
244247
@@ -281,7 +284,13 @@ Then press ``o``.
281284Session 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=============== =========================================================
287296Command .. code-block:: bash
@@ -294,9 +303,15 @@ Short cut ``Prefix`` + ``$``
294303Window 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=============== =========================================================
302317Command .. code-block:: bash
You can’t perform that action at this time.
0 commit comments