From: Samir Benmendil Date: Sun, 23 Oct 2016 23:21:31 +0000 (+0100) Subject: zsh: fg with ^Z X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2e843eee5372b5d27a459cffd730d806bf04e6e2?ds=sidebyside zsh: fg with ^Z --- 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