Fork me on GitHub
#conjure
<
2022-06-28
>
Martynas Maciulevičius15:06:53

Hey. When I start a JVM REPL it leaves me in the insertion mode and I can't move to the previous tab where my source code is. What should I do? I freshly installed conjure on my neovim. The only action that I can take at that point is to use the REPL or close it using Ctrl+D.

Olical15:06:37

I think you're stuck in TERMINAL insert mode, not regular insert mode which requires a different key chord to escape

Martynas Maciulevičius18:06:47

It worked. What does that combination mean? To insert a \ and a n for normal mode?

Olical10:07:38

I think ctrl + \ is the escape mapping in terminal mode. Then there are probably many things you can call after that, ctrl + n just happens to be the one that gets you into normal mode.

1