Remove obsolete lines

This commit is contained in:
Junegunn Choi 2013-11-20 14:01:13 +09:00
parent 9c4c37aa36
commit 2fa21e5dd6

View File

@ -103,11 +103,6 @@ for cmd in "
complete -F _fzf_all_completion -o default $cmd
done
for cmd in $_FZF_COMPLETION_COMMANDS; do
complete -F _fzf_all_completion -o default $cmd
done
unset _FZF_COMPLETION_COMMANDS
bind '"\e\e": complete'
bind '"\er": redraw-current-line'
bind '"\C-i": "\e\e\er"'