Add fuzzy finder
Add fzf as submodule. Source it keybindings and completion files. Adjust dotbot install config to pull fzf binary. Add symlink to its binary.
This commit is contained in:
1
.config/zsh/plugins/fzf
Submodule
1
.config/zsh/plugins/fzf
Submodule
Submodule .config/zsh/plugins/fzf added at e2ae1b249c
@@ -88,3 +88,8 @@ zle -N ls-on-enter
|
||||
bindkey "^M" ls-on-enter
|
||||
ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(ls-on-enter)
|
||||
|
||||
# Fuzzy finder bindings:
|
||||
# ^T fzf-file-widget
|
||||
# \ec (Alt-C) fzf-cd-widget
|
||||
# ^R fzf-history-widget
|
||||
comp-source "$ZSH_CONF/fzf/shell/key-bindings.zsh"
|
||||
|
||||
Reference in New Issue
Block a user