[GFiles] Alias of GitFiles

Easier to type. e.g. GF?
This commit is contained in:
Junegunn Choi
2016-06-10 23:03:13 +09:00
parent 9a1f6a8d83
commit 7c58cb98e9
3 changed files with 5 additions and 4 deletions

View File

@@ -75,8 +75,8 @@ COMMANDS *fzf-vim-commands*
Command | List ~
-----------------+-------------------------------------------------------------------
`Files[PATH]` | Files (similar to `:FZF` )
`GitFiles [OPTS]` | Git files (git ls-files)
`GitFiles?` | Git files (git status)
`GFiles [OPTS]` | Git files (git ls-files)
`GFiles?` | Git files (git status)
`Buffers` | Open buffers
`Colors` | Color schemes
`Ag[PATTERN]` | {ag}{5} search result (ALT-A to select all, ALT-D to deselect all)