Fix fzf keybinding

This commit is contained in:
rydesun 2022-05-30 16:25:47 +08:00
parent fc970d4ba2
commit e3963482de

View file

@ -219,8 +219,6 @@ bindkey '^l' scroll-and-clear-screen
# fzf
if [[ -f ${_SRC_FZF_KEYBIND} ]]; then
source ${_SRC_FZF_KEYBIND}
# 替换默认的fzf widget
bindkey '^T' fzf-completion
fi
first-tab() {