Skip to content

Instantly share code, notes, and snippets.

@lisacatalano
Last active August 29, 2015 14:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lisacatalano/e8359679865b267076e3 to your computer and use it in GitHub Desktop.
Save lisacatalano/e8359679865b267076e3 to your computer and use it in GitHub Desktop.
shortcut3.html
<h2>Cursor Placement</h2>
<div class="shortcuts">
<h3>Mac Keyboard Shortcuts</h3>
<ul>
<li><strong></strong> Move to the left</li>
<li><strong></strong> Move to the right</li>
<li><strong></strong> Move up one line</li>
<li><strong></strong> Move down one line</li>
<li><strong>Alt+→</strong> Move to next word</li>
<li><strong>Alt+←</strong> Move to previous word</li>
<li><strong>Cmd+→</strong> Move to the end of line</li>
<li><strong>Cmd+←</strong> Move to the beginning of the line</li>
<li><strong>Cmd+↑</strong> Move to the beginning of file</li>
<li><strong>Cmd+↓</strong> Move to the end of file</li>
<li><strong>Ctrl+Alt+↑</strong> Scroll up</li>
<li><strong>Ctrl+Alt+↓</strong> Scroll down</li>
</ul>
<h3>PC Keyboard Shortcuts</h3>
<ul>
<li><strong></strong> Move to the left</li>
<li><strong></strong> Move to the right</li>
<li><strong></strong> Move up one line</li>
<li><strong></strong> Move down one line</li>
<li><strong>Ctrl+→</strong> Move to next word</li>
<li><strong>Ctrl+←</strong> Move to previous word</li>
<li><strong>Alt+→</strong> Move to the end of line</li>
<li><strong>Alt+←</strong> Move to the beginning of the line</li>
<li><strong>Ctrl+Home</strong> Move to the beginning of file</li>
<li><strong>Ctrl+End</strong> Move to the end of file</li>
<li><strong>Ctrl+↑</strong> Scroll up</li>
<li><strong>Ctrl+↓</strong> Scroll down</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment