diff -r c032d39eafcf -r 3f68f355bf1a zshrc.d/60-vi-showmode.zrc --- a/zshrc.d/60-vi-showmode.zrc Sun Jul 15 01:13:18 2012 +0200 +++ b/zshrc.d/60-vi-showmode.zrc Sun Jul 15 01:17:55 2012 +0200 @@ -231,6 +231,10 @@ bindkey -M viins -s '^X^H' 'hash -r\n' +# These bindings depend on the ftzle script +bindkey -M viins "^X^W" backward-kill-to-slash +bindkey '^I' ft-complete + if [[ -z ${TERM:#screen} ]]; then bindkey -M viins '[1~' beginning-of-line # Home