Commit graph

65 commits

Author SHA1 Message Date
Junegunn Choi
e1c3bba14b
Update README regarding Windows support
Related: #372
2017-06-29 12:35:10 +09:00
Junegunn Choi
348a57a4a4
Allow fzf#complete to take hash argument with sink
This allows us to use the return value of fzf#wrap function with
fzf#complete.

This commit also removes obsolete g:fzf#vim#default_layout and
fzf#vim#layout.
2017-06-28 21:19:11 +09:00
Junegunn Choi
605d9da512
Update documentation 2017-03-18 02:14:43 +09:00
Junegunn Choi
2eaff04946
Show how to set up fzf#vim#files with fzf#vim#with_preview 2017-03-13 19:42:16 +09:00
Junegunn Choi
1bf68a978b
Do not override existing commands
So that we don't have to use VimEnter autocmd to override the commands
2017-02-07 11:40:31 +09:00
Junegunn Choi
9ce2c2179f
Add fzf#vim#with_preview function for previewing search result
Close #225
2016-11-26 14:11:27 +09:00
Daniel Hahler
e198586037 doc: suggest better default for g:fzf_history_dir (#219) 2016-10-14 10:08:31 +09:00
Junegunn Choi
7060bbb07b
Update README 2016-09-27 02:01:40 +09:00
Junegunn Choi
0eb22e189d
README: Suggest Highlight instead of CodeRay 2016-09-21 13:24:52 +09:00
Junegunn Choi
491ff9942f
Add g:fzf_history_dir option
Close #176
2016-07-21 22:14:18 +09:00
Junegunn Choi
78baf5517a
Formatting 2016-07-18 16:49:15 +09:00
Junegunn Choi
cd94fca6ce
Update installation instruction for Homebrew fzf 2016-07-18 16:48:51 +09:00
Junegunn Choi
e0182d3371
Add more g:fzf_layout examples 2016-07-02 20:32:24 +09:00
Junegunn Choi
81f3523611
State that both Plug options are not mandatory 2016-07-02 19:49:32 +09:00
Junegunn Choi
a24a1bdaa2
[Files] Add g:fzf_files_options 2016-06-24 00:45:54 +09:00
Junegunn Choi
6b62cb418a
[Commands] CTRL-X to directly execute the command
Close #162
2016-06-21 01:07:17 +09:00
Junegunn Choi
7c58cb98e9
[GFiles] Alias of GitFiles
Easier to type. e.g. GF?
2016-06-10 23:03:13 +09:00
Junegunn Choi
4d911563cd
[GitFiles] Take ls-files options as the arguments
Close #146
2016-05-25 00:24:53 +09:00
Junegunn Choi
78c3d254ae
[[B]Lines] Default query as the optional argument
Close #143
2016-05-17 00:47:28 +09:00
Junegunn Choi
47806da408
[Tags] Add g:fzf_tags_command
Close #138
2016-05-12 01:43:07 +09:00
Junegunn Choi
129b09b62a Update installation instruction 2016-04-25 17:40:06 +09:00
Junegunn Choi
9e2aa1a710 GitFiles? 2016-04-21 01:01:59 +09:00
Junegunn Choi
e9187959ba Use colors that match the current color scheme and add g:fzf_colors
Close #59 and #112
2016-04-09 21:34:38 +09:00
Junegunn Choi
1ed70a995d Update README 2016-04-05 22:31:38 +09:00
Mathias Jean Johansen
fb358ad4e6 Add Filetypes command.
Close #109.
2016-04-03 15:24:19 +02:00
Junegunn Choi
29db9ea140 [Buffers] Add g:fzf_buffers_jump to jump to existing window
Close #98
2016-03-11 01:14:42 +09:00
Junegunn Choi
b9285c87db [Tags/BTags] Take optional argument as the default query
Related #90. Function signature of s:btags_source has changed.

/cc @AdnoC
2016-02-24 00:41:05 +09:00
Chris Pride
dd97e412a5 Pull out the git log options as an option.
In my environment '--graph' is a kiss of death. It results in seeing
nothing but graph lines due to the number of branches in flight.

Secondly the colors baked into this break with my color scheme
which has a background of black rending the date unreadable.

So to solve this I need to be able to specify my own options,
so add a new options g:fzf_commits_log_options to allow this.
2016-01-07 12:24:46 -08:00
Junegunn Choi
664a88afd4 [Ag] Update doc 2015-12-14 12:26:52 +09:00
Ilia Choly
1a2d597045 Add GitFiles command 2015-11-01 15:33:49 -05:00
Junegunn Choi
0e995e1913 Customizable statusline
Close #32
2015-10-31 00:36:33 +09:00
Junegunn Choi
df65943036 ./install --all 2015-10-23 17:56:20 +09:00
Junegunn Choi
7a5148eed7 Vim 7.3 compatibility (except completion) 2015-10-16 13:15:01 +09:00
Junegunn Choi
207876f620 Update README.md 2015-10-16 13:13:48 +09:00
Junegunn Choi
fcd3bbf9b2 Add <plug>(fzf-maps-[nixo]) - Mapping selecting mappings 2015-10-05 00:34:16 +09:00
Junegunn Choi
9c98fda058 Fix #18 - Add g:fzf_command_prefix 2015-09-30 18:51:01 +09:00
Junegunn Choi
d72f1361f1 Update customization examples 2015-09-25 11:45:16 +09:00
Junegunn Choi
921d92ff4a [BCommits] Add BCommits command 2015-09-20 14:51:06 +09:00
Junegunn Choi
1f1cb3fdba Update doc - missing parens 2015-09-20 02:58:14 +09:00
Junegunn Choi
da6e7e84b4 Make clear that the latest version of fzf is required
e.g. Commits requires > 0.10.6
2015-09-20 01:32:22 +09:00
Junegunn Choi
d8b54082c1 [Commits] Add Commits command for browsing git commits
- Enter, CTRL-T/X/V to show commit
- CTRL-D to diff against HEAD
- Multiple selection with TAB / Shift-TAB

Close #13
2015-09-20 01:26:28 +09:00
Junegunn Choi
2a9ac9602b 'prefix' option to fzf#complete() as Funcref
Close #9
2015-09-11 12:01:25 +09:00
Junegunn Choi
3d916ea590 Why you should use fzf on Vim
(or should not)
2015-09-07 00:52:19 +09:00
Junegunn Choi
7e37b1226b Note on Helptags name clash 2015-09-06 14:52:19 +09:00
Junegunn Choi
d2b235262e Code restructuring 2015-09-06 01:00:04 +09:00
Junegunn Choi
e252f45762 Command history and search history (#6) 2015-09-02 22:54:21 +09:00
Junegunn Choi
eec4a667d8 Extend Commands to include default ex commands 2015-08-29 22:51:34 +09:00
Junegunn Choi
c857037b4b Update README 2015-08-29 22:47:26 +09:00
Junegunn Choi
e43e945ccc Add Windows command
Close #4
2015-08-28 17:49:50 +09:00
Junegunn Choi
8fbd617197 Add Helptags command
If you use pathogen, you may notice that the name of the new command
conflicts with the command of the same name from it, but you can still
`call pathogen#helptags()`.
2015-08-24 01:43:32 +09:00