Skip to content

Instantly share code, notes, and snippets.

@lisacatalano
Last active September 23, 2019 09:32
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lisacatalano/b6a8ca9fad3106e60a85 to your computer and use it in GitHub Desktop.
Save lisacatalano/b6a8ca9fad3106e60a85 to your computer and use it in GitHub Desktop.
Moving Code Shortcuts for Brackets Course
<section>
<h2>Moving Code</h2>
<div class="shortcuts">
<h3>Keyboard Shortcuts</h3>
<ul>
<li><strong>Ctrl+Shift+↑</strong> Move current line/selection up</li>
<li><strong>Ctrl+Shift+↓</strong> Move current line/selection down</li>
<li><strong>Ctrl+]</strong> Indent Right</li>
<li><strong>Ctrl+[</strong> Indent Left</li>
<li><strong>Tab</strong> Indent Right (when lines are selected) </li>
<li><strong>Shift+Tab</strong> Indent Left</li>
</ul>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment