When I program Clojure in IntelliJ, one task I do most often is navigating back and forth between my editor and my REPL. When I am in my REPL console, I can press ESC to jump back to my editor. What about jumping to REPL console from my editor?
Asked
Active
Viewed 316 times
2
-
Console is displayed in the `Run` tool window which should have a number, like `4`. To open this tool window use `Alt`+`4`. – CrazyCoder Jul 25 '13 at 10:45
-
Thanks CrazyCoder, that works. – bizi Jul 25 '13 at 17:00
1 Answers
2
Clojure REPL console runs in a tool window, Run tool window usually has number 4
associated with it, so the shortcut would be Alt+4 on Windows/Linux or Cmd+4 on Mac.

CrazyCoder
- 389,263
- 172
- 990
- 904