X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=zsh_people%2Fbruno_bonfils%2Frc%2Fbindkeys.rc;fp=zsh_people%2Fbruno_bonfils%2Frc%2Fbindkeys.rc;h=0000000000000000000000000000000000000000;hb=5cb88f9fb34ecec3c6fdf321e4f5842da0102ef1;hp=97c7ae71fe8679d6b904c76ec39dcf046e1d19ff;hpb=570683afd3efabdf224dbc2fcebf9467a3653638;p=zsh-lovers.git diff --git a/zsh_people/bruno_bonfils/rc/bindkeys.rc b/zsh_people/bruno_bonfils/rc/bindkeys.rc deleted file mode 100644 index 97c7ae7..0000000 --- a/zsh_people/bruno_bonfils/rc/bindkeys.rc +++ /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 -##