This project is mirrored from https://github.com/junegunn/fzf.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 12, 2020
-
-
Junegunn Choi authored
The new default is { 'window' : { 'width': 0.9, 'height': 0.6, 'highlight': 'Normal' } } The default highlight group for the border of the popup window is 'Comment', but 'Normal' seems to be a safer choice. If you prefer the previous default, add this to your Vim configuration file: let g:fzf_layout = { 'down': '40%' } (fzf will fall back to this if popup window is not supported)
-
- Sep 08, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Sep 06, 2020
-
- Sep 02, 2020
-
-
Yuji Nakao authored
Fix the regular expression to capture the command containing asterisk.
-
Michael Kelley authored
- Update to latest tcell which has 24 bit Windows support - light renderer under Windows defaults to Dark256, if possible - Respect TCELL_TRUECOLOR - Remove tcell 1.3 references
-
- Aug 23, 2020
-
-
Junegunn Choi authored
Use 2-space horizontal padding so that the preview content is aligned with the candidate list when the position of the preview window is `up` or `down`.
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix #2138 Fix #2029
-
Junegunn Choi authored
Related: https://github.com/junegunn/fzf.vim/issues/1092
-
- Aug 21, 2020
-
-
Junegunn Choi authored
-
- Aug 02, 2020
-
-
Junegunn Choi authored
This is to allow line numbers in a ctags output (e.g. 123;")
- Jul 28, 2020
-
-
Junegunn Choi authored
Fix #1618
-
Junegunn Choi authored
-
- Jul 27, 2020
-
-
Junegunn Choi authored
-
- Jul 26, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #1057 Close #2120 # Initial scroll offset is set to the line number of each line of # git grep output *minus* 5 lines git grep --line-number '' | fzf --delimiter : --preview 'nl {1}' --preview-window +{2}-5
-
yuki yano authored
-
- Jul 15, 2020
-
-
Yanlin Sun authored
Preserve current directory in case current directory is changed by others after the call of s:open Co-authored-by:
Junegunn Choi <junegunn.c@gmail.com>
-
- Jul 05, 2020
-
-
Junegunn Choi authored
Close #2086
-
Atemu authored
Nix can be installed on (almost) any Linux distro and on macOS. See https://nixos.org/nix/ for more information.
-
- Jul 03, 2020
-
-
anntnzrb authored
-
Junegunn Choi authored
Close #2081
-
Junegunn Choi authored
-
- Jun 30, 2020
-
-
Junegunn Choi authored
-
- Jun 29, 2020
-
-
Junegunn Choi authored
Fix #2093 And we'll phase out height specification with `~` prefix.
-
Junegunn Choi authored
-
- Jun 21, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix #2010 Fix #1638
-
Khon Trieu authored
Fix #2088
-
- Jun 20, 2020
-
-
Junegunn Choi authored
Fix #2087
-
Junegunn Choi authored
-
- Jun 07, 2020
-
-
Junegunn Choi authored
-
Ben authored
If a user has the Powershell Community Extensions installed, it comes with another command Expand-Archive that doesn't have a DestinationPath argument, causing an error.
-
- Jun 04, 2020
-
-
Janek authored
* Use --line-range instead of head in bat example * README: extend preview section
-
- May 23, 2020
-
-
Junegunn Choi authored
-
karasu authored
When called with popup options, do not move to temp window.
-
- May 18, 2020
-
-
Junegunn Choi authored
The action takes place in the alternate screen so the offsets should still be correct.
-