File tree Expand file tree Collapse file tree 1 file changed +55
-4
lines changed Expand file tree Collapse file tree 1 file changed +55
-4
lines changed Original file line number Diff line number Diff line change @@ -291,27 +291,78 @@ Renaming
291
291
Window Name
292
292
-----------
293
293
294
- Rename
295
- """"""
294
+ Renaming
295
+ """"""""
296
296
297
297
**Command: ** ``$ tmux rename-window <window-name> ``
298
298
299
299
**Short cut ** ``, ``
300
300
301
301
302
+
303
+ Creating new windows
304
+ --------------------
305
+
306
+ Create a new window via command line:
307
+
308
+
309
+
310
+ Traverse windows
311
+ ----------------
312
+
313
+ By number
314
+
315
+ Next,
316
+ Previous
317
+
318
+ Move windows
319
+ ------------
320
+
321
+ Move windows
322
+ ``$ tmux move-window `` Move the window
323
+
324
+ ``$ tmux swap-window `` Swaps the window
325
+
326
+ Move panes
327
+ ----------
328
+
329
+ ``$ tmux move-panes ``
330
+
331
+
332
+ Traverse panes
333
+ --------------
334
+
335
+ Shortcut to move between panes.
336
+
337
+
338
+ tmux conf to ``hjkl `` commands
339
+
302
340
Splitting windows into panes
303
341
----------------------------
304
342
305
343
Tmux windows can be split into multiple panes.
306
344
307
345
=================== ====================================================
308
- Short cut Action
346
+ Short cut Action
309
347
------------------- ----------------------------------------------------
310
348
``% `` Split the current pane into two, left and right.
311
349
``" `` Split the current pane into two, top and bottom.
312
350
=================== ====================================================
313
351
314
352
353
+
354
+
355
+ Tmux configuration
356
+ ==================
357
+
358
+ Tmux can be configured via a configuration at ``~/.tmux.conf ``.
359
+
360
+ Depending on your tmux version, there is different options available.
361
+
362
+ - Status lines
363
+ - Short cuts
364
+
365
+
315
366
Reference
316
367
=========
317
368
@@ -323,7 +374,7 @@ Short cuts
323
374
:ref: `Prefix key ` is pressed before a short cut!
324
375
325
376
=================== ====================================================
326
- Short cut Action
377
+ Short cut Action
327
378
------------------- ----------------------------------------------------
328
379
``C-b `` Send the prefix key (C-b) through to the
329
380
application.
You can’t perform that action at this time.
0 commit comments