From 1b2787c8cfef1ba55b997ea06530fdfc7c40f172 Mon Sep 17 00:00:00 2001 From: Versus Date: Wed, 4 Sep 2019 10:43:32 +0300 Subject: [PATCH] Note on functions in fzf_action in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1d41a2a5..90da12012 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ See [README-VIM.md][readme-vim] of the main fzf repository for details. ```vim " This is the default extra key bindings +" Note, that fzf.vim does not support functions in fzf_action let g:fzf_action = { \ 'ctrl-t': 'tab split', \ 'ctrl-x': 'split',