summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 1816249..d096b4d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -38,6 +38,8 @@ export FZF_DEFAULT_COMMAND='fd --type file'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
source ~/.zsh_plugins.sh
+source /usr/share/fzf/key-bindings.zsh
+source /usr/share/fzf/completion.zsh
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down