mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update zsh config: fzf
This commit is contained in:
parent
8631029e34
commit
3503bfa37f
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,10 @@ zstyle ':completion:*' menu select
|
|||
# 模糊修正
|
||||
zstyle ':completion:*' matcher-list '' 'm:{-a-zA-Z}={_A-Za-z}'
|
||||
# fzf
|
||||
# source /usr/share/fzf/completion.zsh
|
||||
source /usr/share/fzf/completion.zsh
|
||||
export FZF_COMPLETION_TRIGGER='~~'
|
||||
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden'
|
||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||
# >>>-----------------------------------
|
||||
|
||||
# 按键绑定 <<<--------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue