Skip to content

Instantly share code, notes, and snippets.

@lisacatalano
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lisacatalano/c966594b8df404313ff4 to your computer and use it in GitHub Desktop.
Save lisacatalano/c966594b8df404313ff4 to your computer and use it in GitHub Desktop.
Quick Edit Shortcuts and Notes
<h2>Quick Edit</h2>
<div class="shortcuts">
<h3>Keyboard Shortcuts</h3>
<ul>
<li><strong>Ctrl+E</strong> Open/Close Quick Edit</li>
<li><strong>Alt+↓</strong> Go to next rule in list</li>
<li><strong>Alt+↑</strong> Go to previous rule in list</li>
<li><strong>Esc</strong> Close Quick Edit </li>
<li><strong>Ctrl+N</strong> Create a New Rule</li>
</ul>
</div>
<div class="notes">
<h3>Notes</h3>
<ul>
<li>You can have multiple Quick Edit windows open</li>
<li>If your cursor is inside of a Quick Edit window, ESC will only close that window</li>
<li>If your cursor is in the original document, hitting ESC will close all Quick Edit windows</li>
<li>You can access the Color Picker or Transition Editor by starting Quick edit on a color or transition value while in a CSS, Sass or Less file.</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment