@@ -30,19 +30,21 @@ the text dimension. Inside tmux you can:
30
30
- have multiple windows (window) in the workspace (session)
31
31
- switch between multiple workspaces, like virtual desktops
32
32
33
- Features
33
+ Overview
34
34
========
35
35
36
- For terminals only. No graphics.
37
- --------------------------------
36
+ For Terminals only.
37
+ -------------------
38
+
39
+ No graphics.
38
40
39
41
Uses:
40
42
41
43
- window-manager for text-based applications
42
44
- keep applications in a background process
43
45
44
- A text -based window manager
45
- ---------------------------
46
+ Text -based window manager
47
+ -------------------------
46
48
47
49
=================== ====================== ===============================
48
50
**tmux ** **"Desktop"-Speak ** **Plain English **
@@ -54,7 +56,7 @@ Window Virtual Desktop or Has windows inside
54
56
Pane Application Performs operations
55
57
=================== ====================== ===============================
56
58
57
- Multiple terminals to one screen
59
+ Multiple terminals in one screen
58
60
--------------------------------
59
61
It allows multiple applications or terminals to run at once.
60
62
@@ -86,7 +88,7 @@ way one screen can be used to edit a file, and another may be used to
86
88
| | |
87
89
+--------+--------+
88
90
89
- You can create and remove as many terminal as you want.
91
+ tmux supports as manys terminals as you want.
90
92
91
93
It allows multiple layouts to view the apps
92
94
-------------------------------------------
0 commit comments