zsh: add fzf-tab
This commit is contained in:
parent
ff5d4eeb1d
commit
94354286c1
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ bindkey -e
|
||||||
# zstyles
|
# zstyles
|
||||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
|
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
|
||||||
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
|
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
|
||||||
|
zstyle ':completion:*' menu no
|
||||||
|
|
||||||
# hist
|
# hist
|
||||||
HISTFILE="$HOME/.local/share/zsh_hist"
|
HISTFILE="$HOME/.local/share/zsh_hist"
|
||||||
|
|
@ -63,3 +64,7 @@ func plugInstall() {
|
||||||
}
|
}
|
||||||
|
|
||||||
plugInstall https://github.com/zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh
|
plugInstall https://github.com/zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh
|
||||||
|
plugInstall https://github.com/Aloxaf/fzf-tab fzf-tab.zsh
|
||||||
|
|
||||||
|
# load fzf
|
||||||
|
eval "$(fzf --zsh)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue