diff --git a/Examples-(vim).md b/Examples-(vim).md index a59f001..f548887 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -66,7 +66,7 @@ nnoremap :call fzf#run({ command! FZFMru call fzf#run({ \ 'source': v:oldfiles, \ 'sink': 'e', -\ 'options': '-m', +\ 'options': '-m -x +s', \ 'down': '40%'}) ```