summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-15 22:32:45 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-15 22:32:45 +0900
commit2add45fe2f0b0860eba007948c1cfe734c56192c (patch)
tree7ecd6fd90f2b94f28dd3ef7df57f49334a234fb1 /README.md
parentb882de87ab4bbd303dbcd7e5d928862b509a09d1 (diff)
[vim] Rename g:fzf_tmux_height to g:fzf_height
Because tmux panes are not used on Neovim.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6f39e886..c0dd8cd3 100644
--- a/README.md
+++ b/README.md
@@ -285,9 +285,9 @@ in new tabs, in horizontal splits, or in vertical splits respectively.
Note that the environment variables `FZF_DEFAULT_COMMAND` and `FZF_DEFAULT_OPTS`
also apply here.
-If you're on a tmux session, `:FZF` will launch fzf in a new split-window whose
-height can be adjusted with `g:fzf_tmux_height` (default: '40%'). However, the
-bang version (`:FZF!`) will always start in fullscreen.
+If you're on a tmux session or using Neovim, `:FZF` will launch fzf in a
+split-window whose height can be adjusted with `g:fzf_height` (default:
+'40%'). However, the bang version (`:FZF!`) will always start in fullscreen.
In GVim, you need an external terminal emulator to start fzf with. `xterm`
command is used by default, but you can customize it with `g:fzf_launcher`.