From c86336e9b3b4c567b05cdb9960ce66f33afad502 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 9 Aug 2015 23:21:57 +0900 Subject: [PATCH] Updated Examples (vim) (markdown) --- Examples-(vim).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples-(vim).md b/Examples-(vim).md index e93b844..56357a6 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -7,9 +7,9 @@ command! -nargs=1 Locate call fzf#run( `:Locate /` will list every file on the system. So make sure that you're using Go version of fzf which is significantly faster than the old Ruby version. -### ~~Open files in splits~~ +### Open files in splits -*Deprecated. Use `CTRL-X/V/T` with `:FZF` command instead.* +*Consider using `CTRL-X/V/T` key bindings of the default `:FZF` command instead.* ```vim " Open files in horizontal split