Re: [elixir-core:11755] [Proposal] Add recall to IEX

2024-05-19 Thread Austin Ziegler
Iex history is controlled through the Erlang shell configuration: export ERL_AFLAGS="-kernel shell_history enabled shell_history_file_bytes 5242880" in your shell initialization will produce the expected results with readline support. -a On Sun, May 19, 2024 at 1:54 PM Razi Shaban wrote: > Hi

[elixir-core:11755] [Proposal] Add recall to IEX

2024-05-19 Thread Razi Shaban
Hi, Certain terminals allow you to : "up" -> retrieve the last-run command, "up again" the one before, etc. A convenience feature that may not be necessary but is sometimes satisfying. thank you, Razi -- You received this message because you are subscribed to the Google Groups "elixir-la