diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-08-18 23:45:18 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-08-18 23:45:18 +0300 |
commit | e6853abfd3733e55b1b8338d40c156dd998cea74 (patch) | |
tree | 14b83fcb59da8fad3b8335796ba13deba9462452 /env | |
parent | 4c47ea99b977a0627bac3c0da7f2953cd875bcfd (diff) | |
download | dotfiles-e6853abfd3733e55b1b8338d40c156dd998cea74.tar.gz |
feat(nvim, zsh): install FZF
Diffstat (limited to 'env')
-rw-r--r-- | env/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |