Commit Graph

103 Commits

Author SHA1 Message Date
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
Junegunn Choi 3a70b0b273 Add line completion (global and local) 2015-08-23 04:23:16 +09:00
Junegunn Choi e192cfef43 Add BLines command (buffer lines) 2015-08-23 04:19:39 +09:00
Junegunn Choi ec0d685faf Add Marks command 2015-08-22 22:57:28 +09:00
Junegunn Choi 2953f4d388 Vim 2015-08-22 01:24:09 +09:00
Junegunn Choi 813b58b3ea Add mappings 2015-08-22 01:00:31 +09:00
Junegunn Choi b26dc157b9 Update fzf#complete example 2015-08-22 01:00:25 +09:00
Junegunn Choi 8855227506 g:fzf_layout 2015-08-22 00:55:57 +09:00
Junegunn Choi c1ae1c8f07 More advanced options for fzf#complete 2015-08-20 03:19:48 +09:00
Junegunn Choi ca4163b57c Augment fzf#complete interface with reducer option 2015-08-18 18:33:45 +09:00
Junegunn Choi cffb0e0191 Add Commands command 2015-08-18 18:14:29 +09:00
Junegunn Choi c428193bc0 Add Snippets command for UltiSnips 2015-08-17 18:54:00 +09:00
Junegunn Choi cf8fc837cb Locate expects pattern not path 2015-08-16 10:12:57 +09:00