Hi Rails devs and community,
When I am in rails console environment, the irb session will print out command keys as ascii string.
ex. Delete key will show as ^[[3~
How can I change this behavior? Instead I want these keys to execute common actions associated with them eg. Home to begin of line, Delete to delete after, etc.
Local machine:
- Manjaro 21.2.5
- XFCE Terminal
- Ruby 3.0.3 & Rails 7.0.3
Thanks,