diff --git a/examples.md b/examples.md index d78c8a1..dff33d9 100644 --- a/examples.md +++ b/examples.md @@ -192,4 +192,15 @@ function! BuffersLines() endfor return res endfunction +``` + +Simple mru search +--- + +```vimL +command! FZFMru call fzf#run({ + \'source': v:oldfiles, + \'sink' : 'e ', + \'options' : '-m', + \}) ``` \ No newline at end of file