Skip to content
Snippets Groups Projects
Verified Commit d57c0ccb authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: using updated way of looking up keybindings for fzf

parent 91b839b1
No related branches found
No related tags found
No related merge requests found
...@@ -135,8 +135,11 @@ HISTSIZE=1000000 ...@@ -135,8 +135,11 @@ HISTSIZE=1000000
SAVEHIST=$HISTSIZE SAVEHIST=$HISTSIZE
# ------------ FZF ------------- # ------------ FZF -------------
source /usr/share/fzf/key-bindings.zsh # source /usr/share/fzf/key-bindings.zsh
source /usr/share/fzf/completion.zsh # source /usr/share/fzf/completion.zsh
# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)
export FZF_DEFAULT_COMMAND="fd -t f . $HOME" export FZF_DEFAULT_COMMAND="fd -t f . $HOME"
export FZF_ALT_C_COMMAND="fd --type d --max-depth 5 . $HOME $HOME/dotfiles/.config" export FZF_ALT_C_COMMAND="fd --type d --max-depth 5 . $HOME $HOME/dotfiles/.config"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment