Clear scroll back buffer in zsh

In bash you can use ctrl + L to clear the scroll back in the terminal. However in zsh, it doesn't work. So here is a workaround. You can use a control sequence to clear it, and set an alias for that.  Open your  .zshrc file in the editor.$ vim ~/.zshrc And add this...