mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Examples (vim) (markdown)
@@ -103,7 +103,7 @@ endfunction
|
||||
command! -bar Tags if !empty(tagfiles()) | call fzf#run({
|
||||
\ 'source': "sed '/^\\!/d;s/\t.*//' " . join(tagfiles()) . ' | uniq',
|
||||
\ '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
|
||||
|
||||
Reference in New Issue
Block a user