Re: Ctrl + l for Yash (2018-05-30 23:27 by is2ei #81384)
[Reply To Message #81383]
> If you want to clear the screen by hitting Ctrl+L (like bash's default behavior), try:
>
> {{{
> bindkey -v '\^L' clear-and-redraw-all # for vi mode
> bindkey -e '\^L' clear-and-redraw-all # for emacs mode
> }}}