Terminal Management
Terminal management features help you efficiently manage multiple terminal sessions and improve development productivity.
Terminal Page Operations
Tab Menu Bar Functions
In the terminal page's Tab menu bar, you can perform the following operations:
| Function | Description |
|---|---|
| Close | Close the current terminal session |
| Close Others | Close all sessions except the current terminal |
| Close All | Close all terminal sessions |
| Clone | Duplicate the current terminal session |
| Split Right | Create a new split pane to the right |
| Split Down | Create a new split pane below |
Right-Click Menu Functions
Right-click in the terminal to access the following functions:
Basic Operations
- Copy - Copy selected text content
- Paste - Paste clipboard content to terminal
- Search - Search text in terminal output
- Clear - Clear current terminal display content
- File Manager - Open file manager for current terminal
- Font Size - Scale current terminal font size
Connection Management
- Disconnect - Disconnect current terminal connection
- New Terminal - Create a new terminal session
- Close Terminal - Close current terminal
Split Operations
- Split Right - Create horizontal split
- Split Down - Create vertical split
Best Practices
Multi-Terminal Management
- Reasonable Splitting - Arrange terminal layout according to workflow
- Naming Conventions - Set clear names for terminals with different purposes
- Regular Cleanup - Close unused terminal sessions promptly
Notes
Important Notice
- Terminal operations require appropriate permissions to execute
- Please carefully check operation content before execution to avoid mistakes
- It is recommended to verify in a test environment before using in production