mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (vim) (markdown)
@@ -103,7 +103,7 @@ endfunction
|
|||||||
command! -bar Tags if !empty(tagfiles()) | call fzf#run({
|
command! -bar Tags if !empty(tagfiles()) | call fzf#run({
|
||||||
\ 'source': "sed '/^\\!/d;s/\t.*//' " . join(tagfiles()) . ' | uniq',
|
\ 'source': "sed '/^\\!/d;s/\t.*//' " . join(tagfiles()) . ' | uniq',
|
||||||
\ 'sink': 'tag',
|
\ 'sink': 'tag',
|
||||||
\ }) | else | echo 'Preparing tags' | call system('ctags -R') | Tags | endif
|
\ }) | else | echo 'Preparing tags' | call system('ctags -R') | FZFTag | endif
|
||||||
```
|
```
|
||||||
|
|
||||||
### Jump to tags
|
### Jump to tags
|
||||||
|
|||||||
Reference in New Issue
Block a user