2

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?

Alex Miller
  • 69,183
  • 25
  • 122
  • 167
bizi
  • 3,398
  • 2
  • 27
  • 28

1 Answers1

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