Locate expects pattern not path

This commit is contained in:
Junegunn Choi 2015-08-16 10:12:57 +09:00
parent 453b6cf035
commit cf8fc837cb

View file

@ -30,17 +30,17 @@ Plug 'junegunn/fzf.vim'
List of commands List of commands
---------------- ----------------
| Command | List | | Command | List |
| --- | --- | | --- | --- |
| `Files [PATH]` | Files (similar to `:FZF`) | | `Files [PATH]` | Files (similar to `:FZF`) |
| `Buffers` | Open buffers | | `Buffers` | Open buffers |
| `Colors` | Color schemes | | `Colors` | Color schemes |
| `Ag [PATTERN]` | [ag][ag] search result (`CTRL-A` to select all, `CTRL-D` to deselect all) | | `Ag [PATTERN]` | [ag][ag] search result (`CTRL-A` to select all, `CTRL-D` to deselect all) |
| `Lines` | Lines in loaded buffers | | `Lines` | Lines in loaded buffers |
| `Tags` | Tags in the project (`ctags -R`) | | `Tags` | Tags in the project (`ctags -R`) |
| `BTags` | Tags in the current buffer | | `BTags` | Tags in the current buffer |
| `Locate PATH` | `locate` command output | | `Locate PATTERN` | `locate` command output |
| `History` | `v:oldfiles` and open buffers | | `History` | `v:oldfiles` and open buffers |
- All commands except `Colors` support `CTRL-T` / `CTRL-X` / `CTRL-V` key - All commands except `Colors` support `CTRL-T` / `CTRL-X` / `CTRL-V` key
bindings to open in a new tab, a new split, or in a new vertical split. bindings to open in a new tab, a new split, or in a new vertical split.