@@ -342,7 +342,7 @@ M.defaults.files = {
342
342
cwd_prompt = true ,
343
343
cwd_prompt_shorten_len = 32 ,
344
344
cwd_prompt_shorten_val = 1 ,
345
- fzf_opts = { [" --multi" ] = true },
345
+ fzf_opts = { [" --multi" ] = true , [ " --scheme " ] = " path " },
346
346
_fzf_nth_devicons = true ,
347
347
git_status_cmd = {
348
348
" git" , " -c" , " color.status=false" , " --no-optional-locks" , " status" , " --porcelain=v1" },
@@ -368,7 +368,7 @@ M.defaults.git = {
368
368
file_icons = 1 ,
369
369
color_icons = true ,
370
370
git_icons = true ,
371
- fzf_opts = { [" --multi" ] = true },
371
+ fzf_opts = { [" --multi" ] = true , [ " --scheme " ] = " path " },
372
372
_fzf_nth_devicons = true ,
373
373
_actions = function () return M .globals .actions .files end ,
374
374
winopts = { preview = { winopts = { cursorline = false } } },
@@ -529,7 +529,7 @@ M.defaults.args = {
529
529
file_icons = 1 ,
530
530
color_icons = true ,
531
531
git_icons = false ,
532
- fzf_opts = { [" --multi" ] = true },
532
+ fzf_opts = { [" --multi" ] = true , [ " --scheme " ] = " path " },
533
533
_fzf_nth_devicons = true ,
534
534
_actions = function () return M .globals .actions .files end ,
535
535
actions = { [" ctrl-x" ] = { fn = actions .arg_del , reload = true } },
0 commit comments