diff --git a/index.html b/index.html index a289acd..aa4f955 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@
Think about cmder more as a software package than a separate app. All the magic is happening through Conemu. With enhancements from - clink.
+ Clink.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.