while working in the Rails console, I put a very long hash in the console, and when I scroll to the bottom it has an (END) token, but the only way I found to get past it is to exit the console with CTRL + Z. This defeats my goal of using the console to test code. Is there any other way to pass this token (END)?
stumbled upon this problem, after some attempts I found a solution :)
⇧ shift + Q
shift
Edit: as @Paul pointed out, Q enough.
Q
What about Ctrl + C? It should remain without exiting the console.