From c8bae4b19ec558c0a8509e150a24b18092cb1335 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 9 Aug 2015 23:19:51 +0900 Subject: [PATCH] Updated Examples (vim) (markdown) --- Examples-(vim).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples-(vim).md b/Examples-(vim).md index f12b2ea..e93b844 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -7,7 +7,7 @@ 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.*