@@ -34,7 +34,7 @@ <h2 class="bit-1 copy"> Cmder is a software package created out of pure frustrat
3434 < h4 > With help of the best</ h4 >
3535 < p > Think about cmder more as a software package than a separate app. All the magic is happening through
3636 < a href ="https://code.google.com/p/conemu-maximus5/ "> Conemu</ a > . With enhancements from
37- < a href ="http://mridgers.github.io/clink/ "> clink </ a > .</ p >
37+ < a href ="http://mridgers.github.io/clink/ "> Clink </ a > .</ p >
3838 </ div >
3939 < div class ="bit-3 ">
4040 < div class ="imgWrapper "> < img src ="img/bye_thumb.png " alt ="Personally, I hate the absence of padding "> </ div >
@@ -87,23 +87,23 @@ <h3>Keyboard shortcuts</h3>
8787 < h4 > Tab manipulation</ h4 >
8888 < ul >
8989 < li > < code > Ctrl + `</ code > : < strong > Global</ strong > Summon from taskbar</ li >
90- < li > < code > Win + Alt + P </ code > : Preferences (Or right click on title bar)</ li >
90+ < li > < code > Win + Alt + p </ code > : Preferences (Or right click on title bar)</ li >
9191 < li > < code > Ctrl + t</ code > : New tab dialog (maybe you want to open cmd as admin?)</ li >
9292 < li > < code > Ctrl + w</ code > : Close tab</ li >
93- < li > < code > Shift + alt + number</ code > : Fast new tab:
93+ < li > < code > Shift + Alt + number</ code > : Fast new tab:
9494 < ol >
9595 < li > < code > 1.</ code > CMD</ li >
9696 < li > < code > 2.</ code > PowerShell</ li >
9797 </ ol >
9898 </ li >
99- < li > < code > Alt + enter </ code > : Fullscreen</ li >
99+ < li > < code > Alt + Enter </ code > : Fullscreen</ li >
100100 </ ul >
101101 </ div >
102102 < div class ="bit-2 ">
103103 < h4 > Shell</ h4 >
104104 < ul >
105105 < li > < code > Shift + Up</ code > : Traverse up in directory structure (lovely feature!)</ li >
106- < li > < code > End, Home, ctrl </ code > : Traverse text as usual on Windows</ li >
106+ < li > < code > End, Home, Ctrl </ code > : Traverse text as usual on Windows</ li >
107107 < li > < code > Ctrl + r</ code > : History search</ li >
108108 < li > < code > Shift + mouse</ code > : Select and copy text from buffer</ li >
109109 < li > < code > Right click / Ctrl + Shift + v</ code > : Paste text </ li >
@@ -115,8 +115,8 @@ <h3>Notes / Docs</h3>
115115
116116 < div class ="bit-2 ">
117117 < h4 > Aliases</ h4 >
118- < p > There is simple support for aliases. They can be created by using the < code > alias</ code > command like this: < code > alias ls=ls --color $*
119- </ code > They are pretty much just < em > doskeys</ em > in < code > /config/aliases</ code > . One per line.
118+ < p > There is simple support for aliases. They can be created by using the < code > alias</ code > command like this:
119+ < code > alias ls=ls --color $* < /code > . They are pretty much just < em > doskeys</ em > in < code > /config/aliases</ code > . One per line.
120120 And make sure to handle arguments by putting argument variables < code > $*</ code > somewhere.</ p >
121121
122122 < h4 > Updating + Building</ h4 >
@@ -127,7 +127,7 @@ <h4>Updating + Building</h4>
127127 < div class ="bit-2 ">
128128 < h4 > PowerShell</ h4 >
129129 < p > I have to admit here that < em > I am not a < abbr title ="PowerShell, Duh! "> PS</ abbr > guy</ em > . So do not
130- expect any improvement or tips in that department. But < strong > if you are a PS geek</ strong > You
130+ expect any improvement or tips in that department. But < strong > if you are a PS geek</ strong > , you
131131 really should start submitting some amazing tweaks.</ p >
132132
133133 < h4 > Other documentations</ h4 >
0 commit comments