Pedro Timsteo wrote:
Speaking of ksh, is there any way to configure it to clear the screen with CTRL+L, as bash does?Thanks.
Was in the mailing list before I guess, but you can bind it (being Ctrl-L) on your .profile or .kshrc,
bind -m '^L'=clear^M
Pedro Timsteo wrote:
Speaking of ksh, is there any way to configure it to clear the screen with CTRL+L, as bash does?Thanks.
Was in the mailing list before I guess, but you can bind it (being Ctrl-L) on your .profile or .kshrc,
bind -m '^L'=clear^M