From 664a88afd4bb2033401089e8cf742510a49a60d7 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 14 Dec 2015 12:25:42 +0900 Subject: [PATCH] [Ag] Update doc --- README.md | 2 +- doc/fzf-vim.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 392bf8a..827bb81 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Commands | `GitFiles` | Git files | `Buffers` | Open buffers | | `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 (`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`) | diff --git a/doc/fzf-vim.txt b/doc/fzf-vim.txt index 2427965..6306a6e 100644 --- a/doc/fzf-vim.txt +++ b/doc/fzf-vim.txt @@ -71,14 +71,14 @@ COMMANDS *fzf-vim-commands* ============================================================================== - -----------------+--------------------------------------------------------------------- + -----------------+------------------------------------------------------------------- Command | List ~ - -----------------+--------------------------------------------------------------------- + -----------------+------------------------------------------------------------------- `Files [PATH]` | Files (similar to `:FZF` ) `GitFiles` | Git files `Buffers` | Open buffers `Colors` | Color schemes - `Ag [PATTERN]` | {ag}{5} search result (CTRL-A to select all, CTRL-D to deselect all) + `Ag [PATTERN]` | {ag}{5} 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` ) @@ -95,7 +95,7 @@ COMMANDS *fzf-vim-commands* `Commands` | Commands `Maps` | Normal mode mappings `Helptags` | Help tags [1] - -----------------+--------------------------------------------------------------------- + -----------------+------------------------------------------------------------------- - Most commands support CTRL-T / CTRL-X / CTRL-V key bindings to open in a new tab, a new split, or in a new vertical split