In clojure cider repl
, when some code goes wrong, I have to C-b k
, kill the cider-error buffer, C-x o
switch back to the repl buffer. Is there a shortcut/function to jump back to the repl
buffer directly?
Asked
Active
Viewed 361 times
0

Alex Miller
- 69,183
- 25
- 122
- 167

Nick
- 8,451
- 13
- 57
- 106
1 Answers
7
Just press q
in the *cider-error*
buffer and you'll be back in the REPL.

expez
- 399
- 3
- 15

Bozhidar Batsov
- 55,802
- 13
- 100
- 117