On 2019-07-04, Максим <[email protected]> wrote: > Hello > 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? > And how to do this when in vi mode? > > I tried a workaround by assigning the key combination to Ctrl-l to cwm: > cat .cwmrc > unbind-key C-l > bind-key C-l "/usr/bin/clear" > After reloading cwm there is no effect. > > -- > Maksim Rodin > >
Update to 6.5. (Or if, like me, you hate the ^L = clear behaviour, restord the previous behaviour with "bind ^L=redraw").

