blob: 82fa5fd24066d87ddf369a83faa214fc75454c63 (
plain) (
blame)
1
2
3
4
5
6
7
|
Use [fzf](https://github.com/junegunn/fzf) to open files in [vis](https://github.com/martanne/vis).
## Usage
In vis:
- `:fzf`: search all files in the current sub-tree.
- You can pass arguments to fzf, e.g. : `:fzf -p !.class`
|