zshrc.d/60-vi-showmode.zrc
changeset 8 3f68f355bf1a
parent 0 7215ca490221
child 14 77db3f389db7
--- 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