m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

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 complete -F _fzf_all_completion -o default $cmd
done 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 '"\e\e": complete'
bind '"\er": redraw-current-line' bind '"\er": redraw-current-line'
bind '"\C-i": "\e\e\er"' bind '"\C-i": "\e\e\er"'