Skip to content

Commit

Permalink
sqash me Fix typoes
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed Jun 12, 2017
1 parent b79e485 commit 88410f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions popups/blame_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ <h3>Actions</h3>
<ul>
<li><code>
<span class="shortcut-key">Open Commit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
Open the commit where the courser is
Open the commit where the cursor is
</code></li>
<li><code>
<span class="shortcut-key">Blame before selected commit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
Checkout this file at the commit before the commit where the courser is
Checkout this file at the commit before the commit where the cursor is
</code></li>
<li><code>
<span class="shortcut-key">Blame on one older commit</span>
Expand All @@ -28,18 +28,18 @@ <h3>Actions</h3>
</code></li>
<li><code>
<span class="shortcut-key">Show file at most recent commit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
Show file at the checkout out commit
Show file at the commit
</code></li>
<li><code>
<span class="shortcut-key">Show file at this chunk's commit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
Show file at the commit where the courser is
Show file at the commit where the cursor is
</code></li>
</ul>

<h3>Keyboard Shortcuts</h3>
<ul>
<li><code><span class="shortcut-key">,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>go to next hunk</code></li>
<li><code><span class="shortcut-key">.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>go to previous hunk</code></li>
<li><code><span class="shortcut-key">,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>go to next chunk</code></li>
<li><code><span class="shortcut-key">.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>go to previous chunk</code></li>

<li><code><span class="shortcut-key">&lt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>Blame on one older commit</code></li>
<li><code><span class="shortcut-key">&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>Blame on one newer commit</code></li>
Expand All @@ -51,8 +51,8 @@ <h3>Keyboard Shortcuts</h3>

<h3>Vintageous friendly mode</h3>
<ul>
<li><code><span class="shortcut-key">j&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>go to next hunk</code></li>
<li><code><span class="shortcut-key">k&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>go to previous hunk</code></li>
<li><code><span class="shortcut-key">j&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>go to next chunk</code></li>
<li><code><span class="shortcut-key">k&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>go to previous chunk</code></li>
</ul>
</body>
</html>

0 comments on commit 88410f4

Please sign in to comment.