Fork me on GitHub
#calva
<
2021-01-10
>
practicalli-johnny19:01:25

VSpaceCode provides excellent Vim-style editing and mnemonic text menu for driving VS Code from the keyboard. No more complex key bindings to remember or twist your fingers into strange positions. Key bindings to specifically use Calva for Clojure / ClojureScript / Edn files have been accepted and merged. The VSpaceCode setup is quite straight forward and only requires a remap of the Esc key. I suggest replacing it with Shift-Esc and the same Calva command is available via , e l (eval results clear) within the new Calva key bindings. Details of the suggested remap are in the install guide I've created https://practicalli.github.io/clojure/clojure-editors/editor-install-guides/vspacecode-calva.html I've added a quick user guides in the Practicalli Clojure book, although if you have used Spacemacs before it should be very straight forward to use. https://practicalli.github.io/clojure/clojure-editors/editor-user-guides/vspacecode-calva.html VSpaceCode also includes Edamagit, a magit-like Git client, proving a sophisticated text-based UI for driving Git and pushing to remote repositories. I used Edamagit to commit and push changes for the Calva key binding pull request and found it very easy to use.

metal 9
calva 9
👍 3
spacemacs 3
pez19:01:05

Awesome! I must try this.

Christian22:01:52

Is there a shortcut to directly jack into a leiningen repl? the extra click is a bit annoying 😄