practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
practicalli-john 2021-01-10T08:06:09.369800Z

I've added VSpaceCode and Calva to the Clojure Aware Editor install and user guides on Practicalli Clojure http://practicalli.github.io/clojure/clojure-editors/#vspacecode VSpaceCode brings an excellent Spacemacs-like experience to VS Code with vim-style editing. It enables keyboard driven use of VS Code using a mnemonic which-key style text based menu. It also includes edamagit, a sophisticated text based client for Git (like magit for Emacs). I've just added a pull request to add specific key bindings for driving Calva, which are quite extensive (although if I have missed anything then please let me know. https://github.com/VSpaceCode/VSpaceCode/pull/154

practicalli-john 2021-01-10T19:38:47.371700Z

The pull request to add keybindings for Calva to VSpaceCode has been accepted and merged. I've added install and 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-install-guides/vspacecode-calva.html https://practicalli.github.io/clojure/clojure-editors/editor-user-guides/vspacecode-calva.html