Get rid of files where we don't own the copyright or license is unclear
[zsh-lovers.git] / zsh_people / bruno_bonfils / rc / bindkeys.rc
diff --git a/zsh_people/bruno_bonfils/rc/bindkeys.rc b/zsh_people/bruno_bonfils/rc/bindkeys.rc
deleted file mode 100644 (file)
index 97c7ae7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- shell-script -*-
-#
-# load emacs bindkeys
-
-bindkey -e
-
-##
-# bash kill word
-autoload -U bash-backward-kill-word
-zle -N bash-backward-kill-word
-bindkey "^F" bash-backward-kill-word
-# example :
-# cd /usr/share/doc'^F' kill the word doc
-##