Commit graph

46 commits

Author SHA1 Message Date
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
Junegunn Choi
1f1cb3fdba Update doc - missing parens 2015-09-20 02:58:14 +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
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
6d8edb3c0e Update vimdoc 2015-09-01 00:59:46 +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
9a90963791 Clean up help file 2015-08-22 23:24:19 +09:00
Junegunn Choi
53bacac152 Add help file 2015-08-22 23:18:39 +09:00