On 2022-05-02, ehakanduran <ehakandu...@gmail.com> wrote: > didn't) but I couldn't figure out a way to fix the second problem. Why > Ctrl-o doesn't work remains a mystery too. Any pointers will be very > much appreciated.
See "stty -a", ^O is probably set to 'discard'. Try 'stty discard undef' to disable this and pass ^O through. -- Please keep replies on the mailing list.