-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Command for switching back and forth between the REPL window and editor #339
Comments
@PEZ Now I understand what you mean. gg |
|
Can't believe this hasn't been implemented... Do you guys click back and forth between REPL and Editor with a mouse? |
@CasualGitEnjoyer Speaking for myself, I very rarely type in the repl/output window. Most of my repl workflow happens from the editor. However, this can actually be achieved at least somewhat by using the command for opening the repl window (which focuses it), and using the Go Back command to go back to the last editor. |
This is actually mostly implemented since long. Bound to |
Slightly related to #337
I'd like a command that allows for switching back and forth between the editor and the REPL window. Like so:
Clojure files should open the CLJ REPL Window. ClojureScript files should open the CLJS REPL Window. CLJC files should open whatever REPL window corresponds to the current mode backing the file.
It might need to be implemented using several commands with the same keyboard shortcut and intelligent
enablement
andwhen
clauses.The text was updated successfully, but these errors were encountered: