mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 04:45:14 +00:00
Remove obsolete lines
This commit is contained in:
parent
9c4c37aa36
commit
2fa21e5dd6
@ -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"'
|
||||
|
Loading…
Reference in New Issue
Block a user