Fork me on GitHub
#calva
<
2019-11-12
>
Sandae Macalalag15:11:24

Hi, it seems when I'm using VIM + Calva, ESC key is not working to return me back to navigation mode.

Sandae Macalalag15:11:20

I have clojureVSCode installed as well.

Sandae Macalalag15:11:34

When I disable Calva, ESC is working fine.

cfehse16:11:21

@sandae.macalalag we have some limitations regarding the the use of the VIM extension with calva. Take a look here https://calva.readthedocs.io/en/latest/vim.html for more details.

pez17:11:49

@sandae.macalalag Further, you probably shouldn't use both Calva and clojureVSCode. They are overlapping in core functionality. So it is either or. (I recommend Calva, of course. 😃 )

dabrazhe17:11:57

Hi all. I am checking out the latest version of Calva and love to say you guys are doing great job! One of the thing I haven’t managed to setup yet is to have side-effects macros like time report in the repl window (like Cursive). At the moment it’s printing in the separate Calva says.. window, which is confusing for me. I’m using shadow cljs with node repl. Is this my config or intended behaviour?

pez17:11:34

Thanks, @dennisa! It is configurable. Don't remember what the setting is... asyncOutput something.

kstehn18:11:29

@dennisa the config is

"calva.sendAsyncOutputTo": "Both"
with this the output gets send to the replWindow and the Calva says or "REPL Window" to have it only send to replWindow 😄

👍 4