Add g:fzf_grep_preview_window for enabling Ag/grep preview

Close #225
This commit is contained in:
Junegunn Choi
2016-11-14 02:44:14 +09:00
parent 30b93d5a82
commit db71151970
3 changed files with 39 additions and 1 deletions
+5
View File
@@ -150,6 +150,11 @@ let g:fzf_tags_command = 'ctags -R'
" [Commands] --expect expression for directly executing the command
let g:fzf_commands_expect = 'alt-enter,ctrl-x'
" [Ag / fzf#vim#grep] Command to preview the content
" - Requires Ruby
" - Install Highlight or CodeRay for syntax highlighting
let g:fzf_grep_preview_window = 'right:50%'
```
#### Advanced customization using autoload functions