Skip to content

Commit

Permalink
repl: correct key bindings to open vertical and horizontal repl log s…
Browse files Browse the repository at this point in the history
…plit
  • Loading branch information
practicalli-johnny committed Oct 17, 2023
1 parent 6b9f971 commit 8c45a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- repl: refactor lsp page to refactor tools page
- repl: simplify conjure page and add more examples
- repl: update repl and external testing
- repl: update correct key bindings to open vertical and horizontal repl log split


## 2023-07-11

Expand Down
4 changes: 2 additions & 2 deletions docs/repl-driven-development/conjure.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Results of evaluating an expression are shown in-line. [Open the REPL log](#rep

The Conjure REPL log shows the results of every evaluation for the current session.

`,lt` opens log in a new tab page (tab), `,ls` in horizontal split, `,ls` in vertical tab
`,lt` opens log in a new tab page (tab), `,ls` in horizontal split, `,lv` in vertical tab

`,lq` - close log window / tab page

Expand Down Expand Up @@ -157,5 +157,5 @@ Expressions in rich comments are not included when evaluating the buffer or when
> The `vim-jack-in` plugin enables Neovim to call out to Clojure tools or Leiningen to start a REPL and connect to it once its started.

A full screen REPL log is displayed. `, l q` to close the log window and return to the Clojure file.
`, l v` to create a vertical split between code and REPL log, `, l h` for a horizontal split.
`, l v` to create a vertical split between code and REPL log, `, l s` for a horizontal split.

0 comments on commit 8c45a49

Please sign in to comment.