Fix #18 - Add g:fzf_command_prefix

This commit is contained in:
Junegunn Choi
2015-09-30 18:42:48 +09:00
parent c70fa2b6fb
commit 9c98fda058
3 changed files with 34 additions and 18 deletions

View File

@@ -96,8 +96,10 @@ COMMANDS *fzf-vim-commands*
-----------------+---------------------------------------------------------------------
- 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
- Bang-versions of the commands (e.g. `Ag!`) will open fzf in fullscreen
- You can set `g:fzf_command_prefix` to give the same prefix to the commands
- e.g. `let g:fzf_command_prefix = 'Fzf'` and you have `FzfFiles`, etc.
(1: `Helptags` will shadow the command of the same name from {pathogen}{8}.
But its functionality is still available via `call pathogen#helptags()`.)