Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 11, 2024
1 parent def6f5f commit c9788d5
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 81 deletions.
1 change: 1 addition & 0 deletions customizing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2150,6 +2150,7 @@ <h2 id="clojure-defaults">Clojure Defaults<a class="headerlink" href="#clojure-d
<span class="w"> </span><span class="nt">&quot;editor.wordSeparators&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\t ()\&quot;&#39;:,;~@#$%^&amp;{}[]`&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;editor.autoClosingBrackets&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;always&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;editor.autoClosingQuotes&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;always&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;editor.autoClosingQuotes&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;always&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;editor.formatOnType&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;editor.autoIndent&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;full&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;editor.formatOnPaste&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="p">,</span>
Expand Down
20 changes: 0 additions & 20 deletions paredit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,15 +644,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#prevent-unbalanced-closing-brackets" class="md-nav__link">
<span class="md-ellipsis">
Prevent Unbalanced Closing Brackets
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -2017,15 +2008,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#prevent-unbalanced-closing-brackets" class="md-nav__link">
<span class="md-ellipsis">
Prevent Unbalanced Closing Brackets
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -2201,8 +2183,6 @@ <h3 id="a-keybinding-for-protecting-the-structure-from-semi-colon">A keybinding
<span class="w"> </span><span class="nt">&quot;when&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;calva:keybindingsEnabled &amp;&amp; editorLangId == clojure &amp;&amp; editorTextFocus &amp;&amp; paredit:keyMap == strict &amp;&amp; !editorReadOnly &amp;&amp; !editorHasMultipleSelections &amp;&amp; !calva:cursorInComment&quot;</span>
<span class="w"> </span><span class="p">},</span>
</code></pre></div>
<h3 id="prevent-unbalanced-closing-brackets">Prevent Unbalanced Closing Brackets<a class="headerlink" href="#prevent-unbalanced-closing-brackets" title="Permanent link">#</a></h3>
<p>There is also a setting, <code>calva.paredit.strictPreventUnmatchedClosingBracket</code>, that will help you to not enter unbalanced closing brackets into the code.</p>
<h2 id="commands">Commands<a class="headerlink" href="#commands" title="Permanent link">#</a></h2>
<p>The Paredit commands are sorted into <strong>Navigation</strong>, <strong>Selection</strong>, and <strong>Edit</strong>. As mentioned, <strong>Slurp</strong> and <strong>Barf</strong> are power commands, which go into the editing category. Learning to navigate structurally, using shortcuts, also saves time and adds precision to your editing. It has the double effect that you at the same time learn how to select structurally, because that is the same, just adding the shift key.</p>
<p>To make the command descriptions a bit clearer, each entry is animated. When you try to figure out what is going on in the GIFs, focus on where the cursor is at the start of the animation loop.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit c9788d5

Please sign in to comment.