I am trying to make
CTRL + D - exit Powershell console
and
CTRL + L - clear the screen
like in bash.
There is a new library PSReadline for Powershell v3.0 that emulates the GNU Bash tab completion and key bindings. Even CTRL + R for reverse incremental search works. Exactly what I wanted.