On Sun, Mar 19, 2023 at 7:36 AM sewn <s...@disroot.org> wrote: > hi, i've recently switched to ksh and i've been very annoyed by the > horizontal scroll feature (happens when a commmand is longer than the > terminal's width) is there anyway to disable this feature? i would > prefer > to see the whole command, like in bash or ash. >
If you disable command line editing it will stop this. For me, the command "set +o emacs" did it. -ken