File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ Then press ``o``.
281281Session Name
282282------------
283283
284- Session can be renamed after creation.
284+ Sessions can be renamed after creation.
285285
286286=============== =========================================================
287287Command .. code-block:: bash
@@ -294,12 +294,14 @@ Short cut ``Prefix`` + ``$``
294294Window Name
295295-----------
296296
297+ .. _Rename window :
298+
297299Windows can be renamed after creation.
298300
299301=============== =========================================================
300302Command .. code-block:: bash
301303
302- $ tmux rename-window <window -name>
304+ $ tmux rename-window <new -name>
303305
304306Short cut ``Prefix `` + ``, ``
305307=============== =========================================================
@@ -309,7 +311,15 @@ Short cut ``Prefix`` + ``,``
309311Creating 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
You can’t perform that action at this time.
0 commit comments