diff options
author | listout <listout@protonmail.com> | 2021-04-13 21:47:37 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-13 21:47:37 +0530 |
commit | 502989c3cd4bf1e6cf2663a5a633645940b3f7b7 (patch) | |
tree | f776227268371a60bf9316f297835eea10a13b60 /configs/fzf.vim |
vim config
Diffstat (limited to 'configs/fzf.vim')
-rw-r--r-- | configs/fzf.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/fzf.vim b/configs/fzf.vim new file mode 100644 index 0000000..7136a21 --- /dev/null +++ b/configs/fzf.vim @@ -0,0 +1,5 @@ +let $FZF_DEFAULT_COMMAND = "find * -path + \ '*/\.*' -prune -o -path 'node_modules/**' + \ -prune -o -path 'target/**' -prune -o -path + \'dist/**' -prune -o -type f -print -o -type + \ l -print 2> /dev/null" |