-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfzf-addons.txt
80 lines (59 loc) · 3.84 KB
/
fzf-addons.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
*fzf-addons.txt* For Vim version 7.4 Last change: 2020 December 22
TABLE OF CONTENTS *fzf-addons-toc*
==============================================================================
1. Introduction |fzf-addons-introduction|
2. Commands |fzf-addons-commands|
2.1. Brofiles |:Brofiles|
2.2. GFiles |:GFiles|
2.3. GitFiles |:GitFiles|
2.4. ShowPlugins |:ShowPlugins|
3. Options |fzf-addons-options|
4. Helping Out |fzf-addons-helping|
Additional commands for FZF.
This plugin is only available if fzf is installed.
1. Introduction *fzf-addons-introduction*
==============================================================================
A set of commands is defined that serve as a gateway to fzf.
2. Commands *fzf-addons-commands*
==============================================================================
Here are the commands made available through this repository.
*:Brofiles* *fzf-addons-:Brofiles*
`:Brofiles {args}` Open an fzf buffer with previously opened buffers.
Refer to |v:oldfiles| for any relevant questions.
In addition, the help in |:oldfiles| and
`:browse oldfiles` may be of use.
*There's no tag for browse oldfiles?*
*:GFiles* *fzf-addons-:GFiles*
`:GFiles {args}` Open an fzf buffer with any of the recognized
files in your current git repository.
**Note:** Requires vim-fugitive from Tim Pope to
be available. Command completion is generated
using that plugin.
*:GitFiles* *fzf-addons-:GitFiles*
`:GitFiles {args}` Open an fzf buffer with any of the recognized
files in your current git repository.
**Note:** Requires vim-fugitive from Tim Pope to
be available. Command completion is generated
using that plugin.
*:ShowPlugins* *fzf-addons-:ShowPlugins*
`:ShowPlugins[!] ` Open an fzf buffer with listed plugins.
Note: Requires vim-plug
3. Options *fzf-addons-options*
==============================================================================
Here are the options made available through this repository.
*g:fzf_options*
g:fzf_options Standard options that can provided to a plethora
of commands.
See the |fzf| documentation for more.
4. Helping Out *fzf-addons-helping*
=============================================================================
fzf-addons needs the help of the Vim community to keep improving. Please
consider joining this effort by providing new features or bug reports.
* Clone the repository on GitHub
(git clone git@github.com:farisachugthai/fzf-addons.git),
make your changes and send a pull request on GitHub.
* Make a patch, report a bug/feature request (see below) and attach the patch
to it.
You can contribute by fixing or reporting bugs in our issue tracker:
https://github.com/farisachugthai/fzf-addons/issues
vim:tw=78:et:ft=help:norl: