m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

FZF_TMUX and FZF_TMUX_HEIGHT for fuzzy completion

This commit is contained in:
Junegunn Choi
2015-04-14 02:12:45 +09:00
parent 91fc6c984b
commit 3ec83babac
2 changed files with 5 additions and 7 deletions

View File

@@ -256,9 +256,6 @@ 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