mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-27 12:02:27 +08:00
[Ag] Update doc
This commit is contained in:
@@ -52,7 +52,7 @@ Commands
|
|||||||
| `GitFiles` | Git files
|
| `GitFiles` | Git files
|
||||||
| `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 (`ALT-A` to select all, `ALT-D` to deselect all) |
|
||||||
| `Lines` | Lines in loaded buffers |
|
| `Lines` | Lines in loaded buffers |
|
||||||
| `BLines` | Lines in the current buffer |
|
| `BLines` | Lines in the current buffer |
|
||||||
| `Tags` | Tags in the project (`ctags -R`) |
|
| `Tags` | Tags in the project (`ctags -R`) |
|
||||||
|
|||||||
@@ -71,14 +71,14 @@ COMMANDS *fzf-vim-commands*
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
|
|
||||||
-----------------+---------------------------------------------------------------------
|
-----------------+-------------------------------------------------------------------
|
||||||
Command | List ~
|
Command | List ~
|
||||||
-----------------+---------------------------------------------------------------------
|
-----------------+-------------------------------------------------------------------
|
||||||
`Files [PATH]` | Files (similar to `:FZF` )
|
`Files [PATH]` | Files (similar to `:FZF` )
|
||||||
`GitFiles` | Git files
|
`GitFiles` | Git files
|
||||||
`Buffers` | Open buffers
|
`Buffers` | Open buffers
|
||||||
`Colors` | Color schemes
|
`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
|
`Lines` | Lines in loaded buffers
|
||||||
`BLines` | Lines in the current buffer
|
`BLines` | Lines in the current buffer
|
||||||
`Tags` | Tags in the project ( `ctags -R` )
|
`Tags` | Tags in the project ( `ctags -R` )
|
||||||
@@ -95,7 +95,7 @@ COMMANDS *fzf-vim-commands*
|
|||||||
`Commands` | Commands
|
`Commands` | Commands
|
||||||
`Maps` | Normal mode mappings
|
`Maps` | Normal mode mappings
|
||||||
`Helptags` | Help tags [1]
|
`Helptags` | Help tags [1]
|
||||||
-----------------+---------------------------------------------------------------------
|
-----------------+-------------------------------------------------------------------
|
||||||
|
|
||||||
- Most commands support CTRL-T / CTRL-X / CTRL-V key bindings to open in a new
|
- 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
|
tab, a new split, or in a new vertical split
|
||||||
|
|||||||
Reference in New Issue
Block a user