diff options
author | guillaumecherel <guillaumecherel@users.noreply.github.com> | 2017-11-22 15:46:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 15:46:17 +0100 |
commit | 88b745b07ea383078a67b3c09c8c59f067f94b10 (patch) | |
tree | 0b46cbf9ace650a3cb51c37c3095a6c733365c5d /README.md | |
parent | 810511c457d6eaf86721fe4acfd46c86f4e0c25b (diff) | |
download | vis-fzf-open-88b745b07ea383078a67b3c09c8c59f067f94b10.tar.gz |
Formatting.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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` |