A portable, feature-rich console emulator that replaces plain Windows CMD.
Cmder is a portable console emulator for Windows built on top of ConEmu and enhanced with Clink. It ships with the Monokai color scheme, a beautiful lambda (λ) prompt, and optionally Git for Windows — giving you Unix commands like ls, cat, and grep right away. No installation needed: unzip, run, and carry it on a USB stick or sync it to the cloud.
Keyboard Shortcuts
| Win + Alt + P | Open Settings / Preferences |
| Ctrl + T | New tab dialog (choose shell type) |
| Ctrl + W | Close current tab |
| Shift + Alt + 1 | Open new CMD tab instantly |
| Shift + Alt + 2 | Open new PowerShell tab instantly |
| Alt + Enter | Toggle fullscreen |
| Ctrl + R | Incremental history search |
| Ctrl + Alt + U | Traverse up the directory tree |
| Ctrl + ` | Global summon / hide from taskbar |
Tasks define what command runs when you open a new tab. Go to Settings → Startup → Tasks to create profiles for Git Bash, WSL, admin CMD, or any custom shell — each with its own working directory, icon, and hotkey.
Create short aliases for long commands. Edit %CMDER_ROOT%\config\user_aliases.cmd and add lines like g=git $* or ll=ls -la --color $*. Use $* to forward all arguments to the target command.
Commands placed in %CMDER_ROOT%\config\user_profile.cmd run automatically each time a new tab opens. Use it to set environment variables, activate virtual environments, or initialise Oh My Posh.
Comments
Sign in with GitHub to leave a comment or reaction.