diff options
author | listout <listout@protonmail.com> | 2022-08-25 01:15:39 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:42 +0530 |
commit | b2da05f4e3072f24c52eb14376c1f32cb19e6932 (patch) | |
tree | 18a9c0388d8d1a7e9af1f21d7c55ef1e13f7d019 /configs/fzf.vim | |
parent | dd31843246ccdf9783f1b54d79b5e1ee22596399 (diff) |
remove old configs
Signed-off-by: listout <listout@protonmail.com>
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> |