From af7dc5c9f472ae5264625f464cbbdf9b08576871 Mon Sep 17 00:00:00 2001 From: Kris Luminar Date: Fri, 23 Feb 2018 10:53:23 -0600 Subject: [PATCH] Make instructions clearer. I was new to vim-plug and didn't know where to put the code. Also wasn't sure how to execute the commands. Maybe these notes will help the next person. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce683dd6e..edeaf36e1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ repository][fzf-main], which means you need to **set up both "fzf" and ### Using [vim-plug](https://github.com/junegunn/vim-plug) -If you already installed fzf using [Homebrew](https://brew.sh/), the following +If you already installed fzf using [Homebrew](https://brew.sh/), adding the following to your `.vimrc` file should suffice: ```vim @@ -65,6 +65,7 @@ Plug 'junegunn/fzf.vim' Commands -------- +Enter these commands like you would other Vim commands using `:`. | Command | List | | --- | --- |