summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-14 00:59:45 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-14 01:00:39 +0900
commita4f3d09704364b6c1c496fa465cc4dc594f44159 (patch)
treedfebdf14760d09087229784aa350e2c0d9c91e00 /README.md
parent40180c18ac4b6a1872bd9b17e6b59c90162cda90 (diff)
Fuzzy completion using fzf-tmux
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f39e886..7b1bb4c5 100644
--- a/README.md
+++ b/README.md
@@ -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