Commit Graph

61 Commits

Author SHA1 Message Date
Junegunn Choi d4d36b412b Update installation instruction 2020-03-17 14:29:57 +09:00
Junegunn Choi 7ccecee77d Clarification: Files command runs $FZF_DEFAULT_COMMAND
Files is equivalent to running fzf without input pipe; fzf reads the
output of $FZF_DEFAULT_COMMAND

Related: #966
2020-03-17 12:07:37 +09:00
Junegunn Choi 15ed47f561 Add option to globally enable or disable preview window 2020-03-15 16:16:04 +09:00
Junegunn Choi 467c327788 Recommend running ./install --bin on update 2020-02-05 10:37:52 +09:00
Junegunn Choi ee08c8f949 Clarification on 'do' option of Plug statement 2020-02-04 18:28:55 +09:00
Junegunn Choi dc7796a6e2 Simplify the installation instruction 2020-02-04 18:23:53 +09:00
tockn 8a6894d6a5 Fix typo (#914) 2020-01-10 11:51:02 +09:00
Nils ANDRÉ-CHANG 8b778dc642 Remove useless line in autocmd (#924) 2020-01-10 11:48:06 +09:00
Junegunn Choi f71f4808d9 Update examples 2019-12-18 10:08:03 +09:00
Junegunn Choi 6eda9fd38a Revamp README 2019-11-24 19:33:58 +09:00
Junegunn Choi 91ed5f4b39 Fix invalid layout example 2019-06-08 23:29:43 +09:00
Michael Gaffney ac4e7bfb36 Allow 'fzf-vim.txt' to be listed in the LOCAL ADDITIONS section of help.txt (#805)
The first field on the first line of a help file should be a link to the
help file name. (See :h help-writing)
2019-04-29 13:33:16 +09:00
Junegunn Choi b31512e2a2 Fix incorrect fzf_layout example (#769) 2019-02-22 10:54:51 +09:00
Junegunn Choi 95f025ef2d [doc] fzf#vim#with_preview does not require any argument 2018-11-27 23:05:43 +09:00
Junegunn Choi a3459df758 Add Rg for ripgrep 2018-08-31 17:27:35 +09:00
Junegunn Choi 2a58380051 Update README: external terminal emulator no longer required in GVim 2018-07-29 01:05:00 +09:00
Junegunn Choi 8d56bdd6ad Remove duplicate example 2018-07-11 13:28:41 +09:00
Junegunn Choi 1d9e7d2a90 Add global line completion example to README
Close #622
2018-07-11 13:27:50 +09:00
Dylan Chong 34881b707b Update Rg example to use smart-case option (#658) 2018-06-20 18:20:24 +09:00
Junegunn Choi ba7a22888b Update instruction to hide statusline of terminal buffer 2017-11-19 12:14:40 +09:00
Junegunn Choi be8aa32b1e Add instruction to hide statusline of terminal buffer
https://github.com/junegunn/fzf/issues/1143
2017-11-19 12:12:22 +09:00
Junegunn Choi fbfbd04870 Clean up README 2017-10-21 09:27:18 +09:00
Junegunn Choi 852b38db2a Update installation instruction 2017-10-21 09:25:24 +09:00
Junegunn Choi 6ac8d1f742 Update vimdoc and remove duplicate tags
Close #467
2017-10-17 02:21:57 +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
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 491ff9942f Add g:fzf_history_dir option
Close #176
2016-07-21 22:14:18 +09:00
Junegunn Choi e0182d3371 Add more g:fzf_layout examples 2016-07-02 20:32:24 +09:00
Junegunn Choi a24a1bdaa2 [Files] Add g:fzf_files_options 2016-06-24 00:45:54 +09:00
Junegunn Choi 25861ddf2b Update vimdoc 2016-06-24 00:36:16 +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 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
Mathias Jean Johansen fb358ad4e6 Add Filetypes command.
Close #109.
2016-04-03 15:24:19 +02:00
Junegunn Choi 49e88a1d75 Update help doc 2016-03-11 01:15:28 +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 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