Thursday, July 04, 2019

Re: How to clear the screen correctly in ksh

Максим <a23s4a2008@yandex.ru> 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.

No comments:

Post a Comment