Skip to content

Commit

Permalink
docs(feature): new C2 shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreetsinghmatharoo committed Jul 11, 2024
1 parent b830285 commit 161fb1f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ <h3>Navigation Between Documents</h3>
<li><span class="shortcut"><strong>ALT/OPT + SHIFT + M</strong></span>: Fold all documents. Useful for navigating between events if you have a lot of them.</li>
<li><span class="shortcut"><strong>ALT/OPT + SHIFT + U</strong></span>: Unfold all documents.</li>
<li><span class="shortcut"><strong>ALT/OPT + M</strong></span>: Fold the currently active document (the one where your text cursor is present).</li>
<li><span class="shortcut">CTRL/CMD + HOME/END</span>: Go to the first or last line of the active document.</li>
<li><span class="shortcut">CTRL/CMD + ALT/OPT + HOME/END</span>: Go to the first or last line among all the open documents.</li>
</ul>
<h2>Writing Code</h2>
<p>While writing code you will get syntax highlighting and auto-complete for the language you are currently editing.</p>
Expand Down

0 comments on commit 161fb1f

Please sign in to comment.