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:
@@ -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"'
|
||||||
|
|||||||
Reference in New Issue
Block a user