zsh: Add fzf config
This commit is contained in:
@@ -24,3 +24,6 @@ bindkey "\e[H" beginning-of-line
|
|||||||
bindkey "\e[F" end-of-line
|
bindkey "\e[F" end-of-line
|
||||||
# completion in the middle of a line
|
# completion in the middle of a line
|
||||||
bindkey '^i' expand-or-complete-prefix
|
bindkey '^i' expand-or-complete-prefix
|
||||||
|
|
||||||
|
export FZF_DEFAULT_OPTS='--height 50% --border'
|
||||||
|
eval "$(fzf --zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user