mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-22 21:30:23 +08:00
Fix typos
This commit is contained in:
parent
432d86f72b
commit
aaed64a408
16
index.html
16
index.html
@ -34,7 +34,7 @@
|
|||||||
<h4>With help of the best</h4>
|
<h4>With help of the best</h4>
|
||||||
<p>Think about cmder more as a software package than a separate app. All the magic is happening through
|
<p>Think about cmder more as a software package than a separate app. All the magic is happening through
|
||||||
<a href="https://code.google.com/p/conemu-maximus5/">Conemu</a>. With enhancements from
|
<a href="https://code.google.com/p/conemu-maximus5/">Conemu</a>. With enhancements from
|
||||||
<a href="http://mridgers.github.io/clink/">clink</a>.</p>
|
<a href="http://mridgers.github.io/clink/">Clink</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="bit-3">
|
<div class="bit-3">
|
||||||
<div class="imgWrapper"><img src="img/bye_thumb.png" alt="Personally, I hate the absence of padding"></div>
|
<div class="imgWrapper"><img src="img/bye_thumb.png" alt="Personally, I hate the absence of padding"></div>
|
||||||
@ -87,23 +87,23 @@
|
|||||||
<h4>Tab manipulation</h4>
|
<h4>Tab manipulation</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>Ctrl + `</code> : <strong>Global</strong> Summon from taskbar</li>
|
<li><code>Ctrl + `</code> : <strong>Global</strong> Summon from taskbar</li>
|
||||||
<li><code>Win + Alt + P</code> : Preferences (Or right click on title bar)</li>
|
<li><code>Win + Alt + p</code> : Preferences (Or right click on title bar)</li>
|
||||||
<li><code>Ctrl + t</code> : New tab dialog (maybe you want to open cmd as admin?)</li>
|
<li><code>Ctrl + t</code> : New tab dialog (maybe you want to open cmd as admin?)</li>
|
||||||
<li><code>Ctrl + w</code> : Close tab</li>
|
<li><code>Ctrl + w</code> : Close tab</li>
|
||||||
<li><code>Shift + alt + number</code> : Fast new tab:
|
<li><code>Shift + Alt + number</code> : Fast new tab:
|
||||||
<ol>
|
<ol>
|
||||||
<li><code>1.</code> CMD</li>
|
<li><code>1.</code> CMD</li>
|
||||||
<li><code>2.</code> PowerShell</li>
|
<li><code>2.</code> PowerShell</li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
<li><code>Alt + enter</code>: Fullscreen</li>
|
<li><code>Alt + Enter</code> : Fullscreen</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="bit-2">
|
<div class="bit-2">
|
||||||
<h4>Shell</h4>
|
<h4>Shell</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>Shift + Up</code> : Traverse up in directory structure (lovely feature!)</li>
|
<li><code>Shift + Up</code> : Traverse up in directory structure (lovely feature!)</li>
|
||||||
<li><code>End, Home, ctrl</code> : Traverse text as usual on Windows</li>
|
<li><code>End, Home, Ctrl</code> : Traverse text as usual on Windows</li>
|
||||||
<li><code>Ctrl + r</code> : History search</li>
|
<li><code>Ctrl + r</code> : History search</li>
|
||||||
<li><code>Shift + mouse</code> : Select and copy text from buffer</li>
|
<li><code>Shift + mouse</code> : Select and copy text from buffer</li>
|
||||||
<li><code>Right click / Ctrl + Shift + v</code> : Paste text </li>
|
<li><code>Right click / Ctrl + Shift + v</code> : Paste text </li>
|
||||||
@ -115,8 +115,8 @@
|
|||||||
|
|
||||||
<div class="bit-2">
|
<div class="bit-2">
|
||||||
<h4>Aliases</h4>
|
<h4>Aliases</h4>
|
||||||
<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 $*
|
<p>There is simple support for aliases. They can be created by using the <code>alias</code> command like this:
|
||||||
</code> They are pretty much just <em>doskeys</em> in <code>/config/aliases</code>. One per line.
|
<code>alias ls=ls --color $*</code>. They are pretty much just <em>doskeys</em> in <code>/config/aliases</code>. One per line.
|
||||||
And make sure to handle arguments by putting argument variables <code>$*</code> somewhere.</p>
|
And make sure to handle arguments by putting argument variables <code>$*</code> somewhere.</p>
|
||||||
|
|
||||||
<h4>Updating + Building</h4>
|
<h4>Updating + Building</h4>
|
||||||
@ -127,7 +127,7 @@
|
|||||||
<div class="bit-2">
|
<div class="bit-2">
|
||||||
<h4>PowerShell</h4>
|
<h4>PowerShell</h4>
|
||||||
<p>I have to admit here that <em>I am not a <abbr title="PowerShell, Duh!">PS</abbr> guy</em>. So do not
|
<p>I have to admit here that <em>I am not a <abbr title="PowerShell, Duh!">PS</abbr> guy</em>. So do not
|
||||||
expect any improvement or tips in that department. But <strong>if you are a PS geek</strong> You
|
expect any improvement or tips in that department. But <strong>if you are a PS geek</strong>, you
|
||||||
really should start submitting some amazing tweaks.</p>
|
really should start submitting some amazing tweaks.</p>
|
||||||
|
|
||||||
<h4>Other documentations</h4>
|
<h4>Other documentations</h4>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user