Skip to content

Commit 3bc6697

Browse files
committed
Add some stubs to about_tmux.rst docs
1 parent a100ec3 commit 3bc6697

File tree

1 file changed

+55
-4
lines changed

1 file changed

+55
-4
lines changed

doc/about_tmux.rst

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,27 +291,78 @@ Renaming
291291
Window Name
292292
-----------
293293

294-
Rename
295-
""""""
294+
Renaming
295+
""""""""
296296

297297
**Command:** ``$ tmux rename-window <window-name>``
298298

299299
**Short cut** ``,``
300300

301301

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+
302340
Splitting windows into panes
303341
----------------------------
304342

305343
Tmux windows can be split into multiple panes.
306344

307345
=================== ====================================================
308-
Short cut Action
346+
Short cut Action
309347
------------------- ----------------------------------------------------
310348
``%`` Split the current pane into two, left and right.
311349
``"`` Split the current pane into two, top and bottom.
312350
=================== ====================================================
313351

314352

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+
315366
Reference
316367
=========
317368

@@ -323,7 +374,7 @@ Short cuts
323374
:ref:`Prefix key` is pressed before a short cut!
324375

325376
=================== ====================================================
326-
Short cut Action
377+
Short cut Action
327378
------------------- ----------------------------------------------------
328379
``C-b`` Send the prefix key (C-b) through to the
329380
application.

0 commit comments

Comments
 (0)