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``.
281
281
Session Name
282
282
------------
283
283
284
- Session can be renamed after creation.
284
+ Sessions can be renamed after creation.
285
285
286
286
=============== =========================================================
287
287
Command .. code-block:: bash
@@ -294,12 +294,14 @@ Short cut ``Prefix`` + ``$``
294
294
Window Name
295
295
-----------
296
296
297
+ .. _Rename window :
298
+
297
299
Windows can be renamed after creation.
298
300
299
301
=============== =========================================================
300
302
Command .. code-block:: bash
301
303
302
- $ tmux rename-window <window -name>
304
+ $ tmux rename-window <new -name>
303
305
304
306
Short cut ``Prefix `` + ``, ``
305
307
=============== =========================================================
@@ -309,7 +311,15 @@ Short cut ``Prefix`` + ``,``
309
311
Creating new windows
310
312
--------------------
311
313
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
+ =============== =========================================================
313
323
314
324
315
325
You can’t perform that action at this time.
0 commit comments