m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Updated Examples (vim) (markdown)

Junegunn Choi
2015-07-28 23:25:31 +09:00
parent 4fbcace7fe
commit 3e6980e1ab

@@ -66,7 +66,7 @@ nnoremap <silent> <Leader><Enter> :call fzf#run({
command! FZFMru call fzf#run({
\ 'source': v:oldfiles,
\ 'sink': 'e',
\ 'options': '-m',
\ 'options': '-m -x +s',
\ 'down': '40%'})
```