Skip to content

Commit

Permalink
Deployed 8c45a49 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 17, 2023
1 parent 79069cb commit 8ec51c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions repl-driven-development/conjure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@ <h2 id="evaluation">Evaluation<a class="headerlink" href="#evaluation" title="Pe
<p><code>"cp</code> - paste contents of the register into buffer. The result of every evaluation is stored in a Neovim register as well as the log.</p>
<h2 id="repl-log">REPL log<a class="headerlink" href="#repl-log" title="Permanent link">λ︎</a></h2>
<p>The Conjure REPL log shows the results of every evaluation for the current session.</p>
<p><code>,lt</code> opens log in a new tab page (tab), <code>,ls</code> in horizontal split, <code>,ls</code> in vertical tab</p>
<p><code>,lt</code> opens log in a new tab page (tab), <code>,ls</code> in horizontal split, <code>,lv</code> in vertical tab</p>
<p><code>,lq</code> - close log window / tab page</p>
<p><code>,lr</code> - soft REPL reset, leave window open</p>
<p><code>,lR</code> - hard REPL reset, close window &amp; delete buffer</p>
Expand Down Expand Up @@ -2719,7 +2719,7 @@ <h2 id="rich-comments">Rich comments<a class="headerlink" href="#rich-comments"
<p>The <code>vim-jack-in</code> plugin enables Neovim to call out to Clojure tools or Leiningen to start a REPL and connect to it once its started.</p>
</blockquote>
<p>A full screen REPL log is displayed. <code>, l q</code> to close the log window and return to the Clojure file.
<code>, l v</code> to create a vertical split between code and REPL log, <code>, l h</code> for a horizontal split.</p>
<code>, l v</code> to create a vertical split between code and REPL log, <code>, l s</code> for a horizontal split.</p>
</details>

<hr>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 8ec51c2

Please sign in to comment.