diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2013-11-20 14:01:13 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2013-11-20 14:01:13 +0900 |
| commit | 2fa21e5dd64bd8e9e030785a4c010567cfa60712 (patch) | |
| tree | 89c41a1049fa96416b13dea309751da25aea57ee /fzf-completion.bash | |
| parent | 9c4c37aa3675b755fea45324bcadf6ab59cae24c (diff) | |
| download | fzf-2fa21e5dd64bd8e9e030785a4c010567cfa60712.tar.gz | |
Remove obsolete lines
Diffstat (limited to 'fzf-completion.bash')
| -rw-r--r-- | fzf-completion.bash | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fzf-completion.bash b/fzf-completion.bash index 95253b47..68b28de7 100644 --- a/fzf-completion.bash +++ b/fzf-completion.bash @@ -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"' |
