Hacker News new | ask | show | jobs
by tragic 3801 days ago
And it works in like every repl/ interactive shell program ever. Why bother to memorize all these other ones?
1 comments

control-D doesn't work in iex (Elixir's REPL) or erl (Erlang's REPL). Control-C-C does.
Fair point. I mostly just mash ctrl-c and ctrl-d until the thing quits, works for pretty much anything except Vim.