I just installed helm in Emacs.
It works fine, but I want to change some key bindings.
For example, Go to precedent level inside find-file is binding with C-l.
I want to rebind it with C-w.
I can't call describe-key because it is inside mini buffer.
How do I know which function is called when a specified key is hit with helm-mode?