Laragon

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.

Laragon Terminal - Cmder

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

  1. Ctrl + T: Create new console (new tab) with more options
  2. Shift + Alt + 1: Quickly create a new console (CMD)
  3. Alt + Enter: Fullscreen
  4. Ctrl + R / Ctrl + S: Perform incremental history search.
  5. Left mouse: Select and copy text
  6. Right mouse: Paste text

Hotkeys for command editing

  1. Ctrl + A: Move to the beginning of the line.
  2. Ctrl + E: Move to the end of the line.
  3. Ctrl + U: Delete from the cursor to the beginning of the line.
  4. Ctrl + K: Delete from the cursor to the end of the line.
  5. Ctrl + Z: Undo the last action.