summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Smith <kentsmith@gmail.com>2019-07-15 10:44:35 -0600
committerKent Smith <kentsmith@gmail.com>2019-07-15 10:44:35 -0600
commitb96ab226f8fb6977aa254a71ca93444b81fb7150 (patch)
tree9732c4965308da2f61a4c67fa3a2ec63f0678880
parent0359d2aaafc564bb9c1c6137f6f31913ce004eab (diff)
downloadcfg-b96ab226f8fb6977aa254a71ca93444b81fb7150.tar.gz
cfg-b96ab226f8fb6977aa254a71ca93444b81fb7150.tar.bz2
add fzf bindings and completion
-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