From 88b745b07ea383078a67b3c09c8c59f067f94b10 Mon Sep 17 00:00:00 2001 From: guillaumecherel Date: Wed, 22 Nov 2017 15:46:17 +0100 Subject: Formatting. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c83cf81..82fa5fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Use [fzf](https://github.com/junegunn/fzf) to open files in [vis](https://github.com/martanne/vis). -Usage -- `:fzf`: search all files in current sub-tree. +## Usage + +In vis: +- `:fzf`: search all files in the current sub-tree. - You can pass arguments to fzf, e.g. : `:fzf -p !.class` -- cgit