mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update zshrc: add fzf
This commit is contained in:
parent
97545d442d
commit
f97b6b3534
1 changed files with 4 additions and 0 deletions
|
|
@ -51,11 +51,15 @@ zstyle :compinstall filename ${XDG_CONFIG_HOME}/zsh/.zshrc
|
|||
zstyle ':completion:*' menu select
|
||||
# 模糊修正
|
||||
zstyle ':completion:*' matcher-list '' 'm:{-a-zA-Z}={_A-Za-z}'
|
||||
# fzf
|
||||
# source /usr/share/fzf/completion.zsh
|
||||
# >>>-----------------------------------
|
||||
|
||||
# 按键绑定 <<<--------------------------
|
||||
# 默认Emacs
|
||||
bindkey -e
|
||||
# fzf
|
||||
source /usr/share/fzf/key-bindings.zsh
|
||||
# >>>-----------------------------------
|
||||
|
||||
# 提示符 <<<----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue