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 .
- 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.
-
- May 17, 2020
-
-
lacygoill authored
* No need to restore &wfw and &wfh when using popup window Co-authored-by:
lacygoill <lacygoill@lacygoill.me> Co-authored-by:
Junegunn Choi <junegunn.c@gmail.com>
-
- May 15, 2020
-
-
ichizok authored
Fix #2038
-
- Apr 24, 2020
-
-
Slaven Rezić authored
s///r is only available since perl 5.14. The Perl oneliner was changed to work with older Perls, possibly even with 5.000. Fix #2001
-
- Apr 21, 2020
-
-
Jack Bates authored
* Add RuboCop Minitest extension * Improve error messages * Use chomp option
-
Raffaele authored
Make sure that `extldflags` is quoted so that LDFLAGS containing spaces won't break the build command. Close #1994
-
- Apr 18, 2020
-
-
Junegunn Choi authored
Close #1949
-
Janek authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Support both ordinary completion trigger and empty trigger kill <tab> kill foo**<tab> Close #1988 Close #385
-
Jack Bates authored
-
- Apr 17, 2020
-
-
Junegunn Choi authored
Close #1986
-
- Apr 12, 2020
-
-
Junegunn Choi authored
Fix #1973 Fix #1974 Fix #1975
-
Jack Bates authored
Co-authored-by:
Junegunn Choi <junegunn.c@gmail.com>
-
- Apr 07, 2020
-
-
Junegunn Choi authored
Since we don't know in advance which flags tmux will support, simply allow a single uppercase character ([A-Z]) for now. fzf-tmux -xR -yS fzf-tmux -x R -y S Fix #1956
-
- Apr 05, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
e.g. if exists('$TMUX') let g:fzf_layout = { 'tmux': '-p90%,60%' } else let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } } endif
-
- Apr 03, 2020
-
-
Junegunn Choi authored
The following code works in zsh 5.8 but not in 5.4 ${(Q)${(Z+n+)FZF_TMUX_OPTS:--d${FZF_TMUX_HEIGHT:-40%}}}
-
Junegunn Choi authored
-
Junegunn Choi authored
Related: https://github.com/tmux/tmux/issues/1282
-
Junegunn Choi authored
-
Junegunn Choi authored
Requires latest tmux built from source (e.g. brew install tmux --HEAD) Examples: # 50%/50% width and height on the center of the screen fzf-tmux -p # 80%/80% fzf-tmux -p80% # 80%/40% fzf-tmux -p80%,40% # Separate -w and -h fzf-tmux -w80% -h40% # 80%/40% at position (0, 0) fzf-tmux -w80% -h40% -x0 -y0 You can configure key bindings and fuzzy completion to open in tmux popup window like so: FZF_TMUX_OPTS='-p 80%'
- Mar 30, 2020
-
-
lacygoill authored
Invoking fzf from an existing Vim popup terminal is a special case. It requires some new code to avoid E994 from being raised and the user being stuck in a non-closable popup window. Fix #1916
-
Roman Perepelitsa authored
At the top of each zsh file options are set to their standard values (those marked with <Z> in `man zshoptions`) and `aliases` option is disabled. At the bottom of the file the original options are restored. Fix #1938
-
Alexandr authored
-
- Mar 29, 2020
-
-
Junegunn Choi authored
-