From aaed64a408cc8dbf12dbbadd732ed09c06fdfdd3 Mon Sep 17 00:00:00 2001
From: Matias Kinnunen Think about cmder more as a software package than a separate app. All the magic is happening through
Conemu. With enhancements from
- clink.With help of the best
Ctrl + `
: Global Summon from taskbarWin + Alt + P
: Preferences (Or right click on title bar)Win + Alt + p
: Preferences (Or right click on title bar)Ctrl + t
: New tab dialog (maybe you want to open cmd as admin?)Ctrl + w
: Close tabShift + alt + number
: Fast new tab:
+ Shift + Alt + number
: Fast new tab:
1.
CMD2.
PowerShellAlt + enter
: FullscreenAlt + Enter
: FullscreenShift + Up
: Traverse up in directory structure (lovely feature!)End, Home, ctrl
: Traverse text as usual on WindowsEnd, Home, Ctrl
: Traverse text as usual on WindowsCtrl + r
: History searchShift + mouse
: Select and copy text from bufferRight click / Ctrl + Shift + v
: Paste text There is simple support for aliases. They can be created by using the alias
command like this: alias ls=ls --color $*
-
They are pretty much just doskeys in /config/aliases
. One per line.
+
There is simple support for aliases. They can be created by using the alias
command like this:
+ alias ls=ls --color $*
. They are pretty much just doskeys in /config/aliases
. One per line.
And make sure to handle arguments by putting argument variables $*
somewhere.
I have to admit here that I am not a PS guy. So do not - expect any improvement or tips in that department. But if you are a PS geek You + expect any improvement or tips in that department. But if you are a PS geek, you really should start submitting some amazing tweaks.