diff options
Diffstat (limited to 'configs/fzf.vim')
-rw-r--r-- | configs/fzf.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/fzf.vim b/configs/fzf.vim deleted file mode 100644 index f3bcc2f..0000000 --- a/configs/fzf.vim +++ /dev/null @@ -1,8 +0,0 @@ -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" - -" Shortcut for listing opened buffers -nnoremap <silent><leader>l :Buffers<CR> |