This isn't the most insightful question, but I really want to be able to press Control-L and have the shell iex clear the screen. Any idea how to do this or if there's another elixir shell with this build in?
Asked
Active
Viewed 971 times
4
-
1Kites you can type "clear" – Azul Jan 10 '16 at 10:04
-
1Possible duplicate of [How to clear screen in iex?](http://stackoverflow.com/questions/17019455/how-to-clear-screen-in-iex) – coderVishal Jan 10 '16 at 13:46
-
You should also specify which shell /console you're discussing because that would make a difference. – Onorio Catenacci Jan 10 '16 at 15:32
2 Answers
1
You can also use command
+ k
to clear the screen.

Tallboy
- 12,847
- 13
- 82
- 173
-
Tmux users with split windows may want to avoid this method as it clears the entire screen buffer. – Kevin Genus Aug 20 '21 at 17:11