X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/115d84ef841eca557b81f3c5085736275b0ba933..c6a94b49c00ea320c67909cbe0d2df2f95d4fbb9:/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