Search code examples
elixirelixir-iex

Can I customize Elixir iex to exit with ctrl-D?


I know several ways to quit iex but I'd love to use ctrl-D like in other REPLs (e.g., node, irb.)

How can I customize iex to do this?


Solution

  • Not possible AKAIK, but one can use ctrl-\ to exit Iex and Erl.