Skip to content

Commit

Permalink
Merge pull request #198 from mtsk/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
samvasko committed Jun 20, 2014
2 parents 432d86f + aaed64a commit 926078f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="bit-1 copy"> Cmder is a software package created out of pure frustrat
<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
<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 class="bit-3">
<div class="imgWrapper"><img src="img/bye_thumb.png" alt="Personally, I hate the absence of padding"></div>
Expand Down Expand Up @@ -87,23 +87,23 @@ <h3>Keyboard shortcuts</h3>
<h4>Tab manipulation</h4>
<ul>
<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 + w</code> : Close tab</li>
<li><code>Shift + alt + number</code> : Fast new tab:
<li><code>Shift + Alt + number</code> : Fast new tab:
<ol>
<li><code>1.</code> CMD</li>
<li><code>2.</code> PowerShell</li>
</ol>
</li>
<li><code>Alt + enter</code>: Fullscreen</li>
<li><code>Alt + Enter</code> : Fullscreen</li>
</ul>
</div>
<div class="bit-2">
<h4>Shell</h4>
<ul>
<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>Shift + mouse</code> : Select and copy text from buffer</li>
<li><code>Right click / Ctrl + Shift + v</code> : Paste text </li>
Expand All @@ -115,8 +115,8 @@ <h3>Notes / Docs</h3>

<div class="bit-2">
<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 $*
</code> They are pretty much just <em>doskeys</em> in <code>/config/aliases</code>. One per line.
<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 $*</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>

<h4>Updating + Building</h4>
Expand All @@ -127,7 +127,7 @@ <h4>Updating + Building</h4>
<div class="bit-2">
<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
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>

<h4>Other documentations</h4>
Expand Down

0 comments on commit 926078f

Please sign in to comment.