mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-23 01:58:38 +08:00
[Tags/BTags] Take optional argument as the default query
Related #90. Function signature of s:btags_source has changed. /cc @AdnoC
This commit is contained in:
@@ -49,14 +49,14 @@ Commands
|
||||
| Command | List |
|
||||
| --- | --- |
|
||||
| `Files [PATH]` | Files (similar to `:FZF`) |
|
||||
| `GitFiles` | Git files
|
||||
| `GitFiles` | Git files |
|
||||
| `Buffers` | Open buffers |
|
||||
| `Colors` | Color schemes |
|
||||
| `Ag [PATTERN]` | [ag][ag] search result (`ALT-A` to select all, `ALT-D` to deselect all) |
|
||||
| `Lines` | Lines in loaded buffers |
|
||||
| `BLines` | Lines in the current buffer |
|
||||
| `Tags` | Tags in the project (`ctags -R`) |
|
||||
| `BTags` | Tags in the current buffer |
|
||||
| `Tags [QUERY]` | Tags in the project (`ctags -R`) |
|
||||
| `BTags [QUERY]` | Tags in the current buffer |
|
||||
| `Marks` | Marks |
|
||||
| `Windows` | Windows |
|
||||
| `Locate PATTERN` | `locate` command output |
|
||||
|
||||
Reference in New Issue
Block a user