Terminal
Offers a fast, isolated command-line with hotkeys and tabbed control to streamline your development workflow.
Cmder-based terminal with tabbed control
Laragon's Terminal enhances the capabilities of Cmder (built on top of ConEmu and Clink), providing a powerful and user-friendly command-line experience tailored for developers.

Ctrl + ` Hotkey
You can access the Terminal via Menu > Laragon > Terminal
. After opening, toggle its visibility using Ctrl + `
Isolated Environment
Laragon's Terminal operates in an isolated environment, ensuring that programs run independently of the operating system's PATH. This isolation allows you to add or remove programs without affecting your system, providing a clean and controlled development space.
Useful Hotkeys
Essential terminal hotkeys
Ctrl + T
: Create new console (new tab) with more optionsShift + Alt + 1
: Quickly create a new console (CMD)Alt + Enter
: FullscreenCtrl + R
/Ctrl + S
: Perform incremental history search.- Left mouse: Select and copy text
- Right mouse: Paste text
Hotkeys for command editing
Ctrl + A
: Move to the beginning of the line.Ctrl + E
: Move to the end of the line.Ctrl + U
: Delete from the cursor to the beginning of the line.Ctrl + K
: Delete from the cursor to the end of the line.Ctrl + Z
: Undo the last action.