Skip to content

Instantly share code, notes, and snippets.

@lisacatalano
Last active August 29, 2015 14:08
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/46ef0e5a21cef4527242 to your computer and use it in GitHub Desktop.
Save lisacatalano/46ef0e5a21cef4527242 to your computer and use it in GitHub Desktop.
Find & Replace Shortcuts for Brackets Course
<section>
<h2>Find & Replace</h2>
<div class="shortcuts">
<h3>Keyboard Shortcuts</h3>
<ul>
<li><strong>Ctrl+F</strong> Find</li>
<li><strong>F3 | Cmd+G</strong> Find Next</li>
<li><strong>Shift+F3 | Cmd+Shift+G</strong> Find Previous</li>
<li><strong>Ctrl+Shift+F</strong> Find in Files</li>
<li><strong>Ctrl+H | Alt+Cmd+F</strong> Replace</li>
<li><strong>Ctrl+Shift+H | Alt+Shift+Cmd+F</strong> Replace in Files</li>
</ul>
</div>
<div class="notes">
<h3>Notes</h3>
<ul>
<li>The case sensitive toggle in the find screen will stay set and will be used for any find operations – even when find panel is closed</li>
<li>The "Replace" button will replace the highlighted word. The "Batch" button will allow you to first see everywhere the word is found and then pick and choose where you want to replace with the new word.</li>
<li>When finding across files in a folder or project, you can deselect an entire file or specific lines in the file for Batch replacement.</li>
</ul>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment