mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02:00
Move to fzf
This commit is contained in:
parent
ffaf5cf740
commit
39a2725217
14
.zshrc
14
.zshrc
@ -107,17 +107,9 @@ alias cp="cp --reflink=auto"
|
|||||||
alias cal="cal -w3"
|
alias cal="cal -w3"
|
||||||
alias gitg="LANG=en_US.UTF-8 gitg"
|
alias gitg="LANG=en_US.UTF-8 gitg"
|
||||||
|
|
||||||
if [[ -f /usr/share/zaw/zaw.zsh ]]; then
|
if [[ -f /usr/share/fzf/key-bindings.zsh && -f /usr/share/fzf/completion.zsh ]]; then
|
||||||
source /usr/share/zaw/zaw.zsh
|
source /usr/share/fzf/key-bindings.zsh
|
||||||
|
source /usr/share/fzf/completion.zsh
|
||||||
bindkey '^R' zaw-history
|
|
||||||
bindkey -M filterselect '^R' down-line-or-history
|
|
||||||
bindkey -M filterselect '^S' up-line-or-history
|
|
||||||
bindkey -M filterselect '^E' accept-search
|
|
||||||
|
|
||||||
zstyle ':filter-select:highlight' matched fg=green
|
|
||||||
zstyle ':filter-select' max-lines 3
|
|
||||||
zstyle ':filter-select' extended-search yes
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EDITOR=nvim
|
EDITOR=nvim
|
||||||
|
Loading…
Reference in New Issue
Block a user