From e6853abfd3733e55b1b8338d40c156dd998cea74 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 18 Aug 2021 23:45:18 +0300 Subject: feat(nvim, zsh): install FZF --- env/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'env') 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 -- cgit v1.2.3