From cf8fc837cb971f9b08449e85fce0fb64e174134c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 16 Aug 2015 10:12:57 +0900 Subject: [PATCH] Locate expects pattern not path --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a84021a..319a464 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,17 @@ Plug 'junegunn/fzf.vim' List of commands ---------------- -| Command | List | -| --- | --- | -| `Files [PATH]` | Files (similar to `:FZF`) | -| `Buffers` | Open buffers | -| `Colors` | Color schemes | -| `Ag [PATTERN]` | [ag][ag] search result (`CTRL-A` to select all, `CTRL-D` to deselect all) | -| `Lines` | Lines in loaded buffers | -| `Tags` | Tags in the project (`ctags -R`) | -| `BTags` | Tags in the current buffer | -| `Locate PATH` | `locate` command output | -| `History` | `v:oldfiles` and open buffers | +| Command | List | +| --- | --- | +| `Files [PATH]` | Files (similar to `:FZF`) | +| `Buffers` | Open buffers | +| `Colors` | Color schemes | +| `Ag [PATTERN]` | [ag][ag] search result (`CTRL-A` to select all, `CTRL-D` to deselect all) | +| `Lines` | Lines in loaded buffers | +| `Tags` | Tags in the project (`ctags -R`) | +| `BTags` | Tags in the current buffer | +| `Locate PATTERN` | `locate` command output | +| `History` | `v:oldfiles` and open buffers | - 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.