Skip to content

Commit adb58ea

Browse files
committed
latest about_tmux docs
1 parent 548db48 commit adb58ea

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

doc/about_tmux.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Then press ``o``.
281281
Session Name
282282
------------
283283

284-
Session can be renamed after creation.
284+
Sessions can be renamed after creation.
285285

286286
=============== =========================================================
287287
Command .. code-block:: bash
@@ -294,12 +294,14 @@ Short cut ``Prefix`` + ``$``
294294
Window Name
295295
-----------
296296

297+
.. _Rename window:
298+
297299
Windows can be renamed after creation.
298300

299301
=============== =========================================================
300302
Command .. code-block:: bash
301303

302-
$ tmux rename-window <window-name>
304+
$ tmux rename-window <new-name>
303305

304306
Short cut ``Prefix`` + ``,``
305307
=============== =========================================================
@@ -309,7 +311,15 @@ Short cut ``Prefix`` + ``,``
309311
Creating new windows
310312
--------------------
311313

312-
Create a new window via command line:
314+
=============== =========================================================
315+
Command .. code-block:: bash
316+
317+
$ tmux new-window [-n window-name]
318+
319+
Short cut ``Prefix`` + ``c``
320+
321+
You may then :ref:`Rename window`.
322+
=============== =========================================================
313323

314324

315325

0 commit comments

Comments
 (0)