mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (vim) (markdown)
@@ -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%'})
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user