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 .
- Oct 04, 2016
-
-
Junegunn Choi authored
This is a breaking change, but I believe it makes much more sense. It is almost impossible to predict which entries will be filtered out due to a fuzzy inverse term. You can still perform inverse-fuzzy-match by prepending `!'` to the term. | Token | Match type | Description | | -------- | -------------------------- | --------------------------------- | | `sbtrkt` | fuzzy-match | Items that match `sbtrkt` | | `^music` | prefix-exact-match | Items that start with `music` | | `.mp3$` | suffix-exact-match | Items that end with `.mp3` | | `'wild` | exact-match (quoted) | Items that include `wild` | | `!fire` | inverse-exact-match | Items that do not include `fire` | | `!.mp3$` | inverse-suffix-exact-match | Items that do not end with `.mp3` |
-
Junegunn Choi authored
-
Junegunn Choi authored
It was possible that a few lines at the bottom may not be visible if there are lines above that span multiple lines.
-
- Oct 03, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Also close #679. The placeholder for the current query is {q}.
-
- Sep 29, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #677
-
Junegunn Choi authored
-
- Sep 28, 2016
-
-
Junegunn Choi authored
Dim, underline, blink, reverse
-
- Sep 26, 2016
-
-
Junegunn Choi authored
-
- Sep 25, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #671
-
Junegunn Choi authored
[bash-completion] Fix #668
-
Maverick Woo authored
Handle uppercase letters in program names. This also deals with `-` and `.`, both of which are quite common in program names, e.g., `xdg-open` and `foo.sh`.
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #669 You can use your mouse or binadble preview-up and preview-down actions to scroll the content of the preview window. fzf --preview 'highlight -O ansi {}' --bind alt-j:preview-down,alt-k:preview-up
- Sep 21, 2016
-
-
Junegunn Choi authored
Related #666
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix #666
- Sep 19, 2016
-
-
Junegunn Choi authored
Related: #660
-
- Sep 18, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Use hard-coded limit to keep it simple. An alternative is to dynamically calculate the width of the visible area and use it as the limit, but it can cause unwanted truncation of the query on screen resize/split.
-
Junegunn Choi authored
-
- Sep 13, 2016
-
-
Junegunn Choi authored
-
- Sep 11, 2016
-
-
Junegunn Choi authored
Fix typo in comment
-
ishanray authored
-
- Sep 07, 2016
-
-
Junegunn Choi authored
[fzf-tmux] Make fzf target correct session in group
-
Bryan Head authored
Fixes #643 Doesn't break #648
-
- Aug 31, 2016
-
-
Junegunn Choi authored
This reverts commit 4d444777.
-
- Aug 29, 2016
-
-
Junegunn Choi authored
[fzf-tmux] Fix grouped tmux session confusion
-
Junegunn Choi authored
[zsh-completion] Split default zsh binding at the correct place
-
Bryan Head authored
Avoids confusing grouped sessions. Fixes #643
-
Tobias Frilling authored
The command substitution and following word splitting to determine the default zle widget for ^I formerly only works if the IFS parameter contains a space. Now it specifically splits at spaces, regardless of IFS.
-
- Aug 28, 2016
-
-
Junegunn Choi authored
Related #642
-
Junegunn Choi authored
-
Joshua Rubin authored
Fix #520 Fix junegunn/fzf.vim#42
-
- Aug 24, 2016
-
-
Junegunn Choi authored
-