aboutsummaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
Diffstat (limited to 'env')
-rw-r--r--env/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/env/.zshrc b/env/.zshrc
index aceb154..6f2ea41 100644
--- a/env/.zshrc
+++ b/env/.zshrc
@@ -14,6 +14,10 @@ zmodload zsh/complist
compinit
_comp_options+=(globdots)
+# FZF
+source /usr/share/fzf/key-bindings.zsh
+source /usr/share/fzf/completion.zsh
+
# Edit line in vim with ctrl-e:
autoload edit-command-line; zle -N edit-command-line
bindkey '^e' edit-command-line