Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
StarHPC
docs
Commits
b0da4909
Commit
b0da4909
authored
Dec 20, 2024
by
Mani Tofigh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restructure for better reading flow
parent
25d7f904
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tmux.md
software/tmux.md
+2
-2
No files found.
software/tmux.md
View file @
b0da4909
...
...
@@ -17,10 +17,10 @@ Tmux allows you to achieve this functionality, through a single interactive sess
Before getting started, let's understand some common Tmux terminology:
-
**Session**
: A group of windows that can be attached (viewed) or detached (running in background)
-
**Prefix**
(like a escape key): The key combination that tells Tmux you're about to enter a command (default:
`Ctrl+b`
)
-
**Session**
: A group of windows that can be attached (viewed) or detached (run in background)
-
**Window**
: Like tabs in your browser, each containing one or more panes
-
**Pane**
: Split sections within a window
-
**Prefix**
: The key combination that tells Tmux you're about to enter a command (default:
`Ctrl+b`
)
We will further clarify these terms through the image attached below.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment