I run SPC m s i to start Robe (Ruby code inspection tool) in spacemacs, and it opens a split with a REPL. When I'm done issuing commands I can't close the split.
SPCis not usable because the REPL and the buffer are just interpreting what I type as text, it just outputs whitespace.- I can stop the console process with
C-c C-\but then I'm still left with an open split and the buffer still ignoringSPC.
How do I close the other split?