diff --git a/doc/fzf-vim.txt b/doc/fzf-vim.txt index 5ad8452..0000972 100644 --- a/doc/fzf-vim.txt +++ b/doc/fzf-vim.txt @@ -160,6 +160,9 @@ Command-local options~ " [Tags] Command to generate tags file let g:fzf_tags_command = 'ctags -R' + + " [Commands] --expect expression for directly executing the command + let g:fzf_commands_expect = 'ctrl-x' < Advanced customization using autoload functions~