‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Thursday, 4 July 2019 16:39, Alexis <[email protected]> wrote: > Максим [email protected] writes: > > In bash I can press Ctrl-l to clear the screen. > > In ksh this key combination does not work. I can clear the > > screen only > > using the command "clear". > > How can I do this using hotkeys in ksh? > > i have this in my .kshrc: > > bind -m '^L=^Uclear^J^Y' > > Alexis.
As far as I am aware, since about 6 months ksh clears the screen on ctrl+L by default, no bind is needed anymore?

