bindkey '^P' history-search-backward
bindkey ' ' magic-space # also do history expansion on space
-bindkey -s '^[l' '\11ls\r' # show dir content
+bindkey -s '^[l' '^Qls\r' # show dir content
+bindkey -s '^Z' '^Qfg\r' # fg with ^Z
bindkey '^[[Z' reverse-menu-complete