mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (vim) (markdown)
@@ -66,7 +66,7 @@ nnoremap <silent> <Leader><Enter> :call fzf#run({
|
|||||||
command! FZFMru call fzf#run({
|
command! FZFMru call fzf#run({
|
||||||
\ 'source': v:oldfiles,
|
\ 'source': v:oldfiles,
|
||||||
\ 'sink': 'e',
|
\ 'sink': 'e',
|
||||||
\ 'options': '-m',
|
\ 'options': '-m -x +s',
|
||||||
\ 'down': '40%'})
|
\ 'down': '40%'})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user