]> git.rmz.io Git - dotfiles.git/commitdiff
zsh: fg with ^Z
authorSamir Benmendil <me@rmz.io>
Sun, 23 Oct 2016 23:21:31 +0000 (00:21 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 23 Oct 2016 23:21:31 +0000 (00:21 +0100)
zsh/lib/00-key-bindings.zsh

index 5de80bf52831b8c3d85e8e498cb4ca01502c5593..c99f5ddc95698e46c89b62ea8ec3f21faccd779d 100644 (file)
@@ -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' '\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