X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/115d84ef841eca557b81f3c5085736275b0ba933..b5287d30fcaac638fd86a64bac729bf60f51a673:/zsh/lib/00-key-bindings.zsh diff --git a/zsh/lib/00-key-bindings.zsh b/zsh/lib/00-key-bindings.zsh index 5de80bf..c99f5dd 100644 --- a/zsh/lib/00-key-bindings.zsh +++ b/zsh/lib/00-key-bindings.zsh @@ -4,7 +4,8 @@ bindkey '^N' history-search-forward bindkey '^P' history-search-backward bindkey ' ' magic-space # also do history expansion on space -bindkey -s '^[l' 'ls ' # show dir content +bindkey -s '^[l' '^Qls ' # show dir content +bindkey -s '^Z' '^Qfg ' # fg with ^Z bindkey '^[[Z' reverse-menu-complete