如何从 cider-error 缓冲区跳转到 repl 缓冲区?
How to jump from cider-error buffer to the repl buffer?
在 clojure cider repl
中,当某些代码出错时,我必须 C-b k
,终止 cider-error 缓冲区,C-x o
切换回 repl 缓冲区。有没有shortcut/function直接跳回repl
缓冲区?
只需在 *cider-error*
缓冲区中按 q
即可返回 REPL。
在 clojure cider repl
中,当某些代码出错时,我必须 C-b k
,终止 cider-error 缓冲区,C-x o
切换回 repl 缓冲区。有没有shortcut/function直接跳回repl
缓冲区?
只需在 *cider-error*
缓冲区中按 q
即可返回 REPL。