I am trying to make
CTRL + D - exit Powershell console
and
CTRL + L - clear the screen
like in bash.
Old question, but with PowerShell 5.1 and PowerShell Core 6.x and later:
Set-PSReadlineKeyHandler -Key ctrl+d -Function ViExit