m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Fuzzy completion using fzf-tmux

This commit is contained in:
Junegunn Choi
2015-04-14 00:59:45 +09:00
parent 40180c18ac
commit a4f3d09704
2 changed files with 13 additions and 6 deletions

View File

@@ -256,6 +256,9 @@ export FZF_COMPLETION_TRIGGER='~~'
# Options to fzf command
export FZF_COMPLETION_OPTS='+c -x'
# Not to use tmux pane
export FZF_COMPLETION_TMUX=0
```
Usage as Vim plugin