Search code examples
elixir

How to clear screen in iex?


In irb and many other interactive shells, I can do a Ctrl+L to clear the screen.

What's the equivalent in Elixir's iex ?


Solution

  • Are you on a Mac? You could try Command+K. That usually works for me.