Bump github.com/junegunn/fzf from 0.65.2 to 0.66.1
Bumps github.com/junegunn/fzf from 0.65.2 to 0.66.1.
Release notes
Sourced from github.com/junegunn/fzf's releases.
0.66.1
- Bug fixes
0.66.0
Quick summary
This version introduces many new features centered around the new "raw" mode.
Type Class Name Description New Option --rawEnable raw mode by default New Option --gutter CHARSet the gutter column character New Option --gutter-raw CHARSet the gutter column character in raw mode Enhancement Option --listen SOCKETAdded support for Unix domain sockets New Action toggle-rawToggle raw mode New Action enable-rawEnable raw mode New Action disable-rawDisable raw mode New Action up-matchMove up to the matching item New Action down-matchMove down to the matching item New Action bestMove to the matching item with the best score New Color Name nomatchColor for non-matching items in raw mode New Color Attr stripRemove original colors New Env Var FZF_RAWMatching status in raw mode (0, 1, or undefined) New Env Var FZF_DIRECTIONupordowndepending on the layoutNew Env Var FZF_SOCKPath to the Unix domain socket fzf is listening on Enhancement Key CTRL-Ndown->down-matchEnhancement Key CTRL-Pup->up-matchEnhancement Shell CTRL-RbindingToggle raw mode with ALT-REnhancement Shell CTRL-RbindingOpt-out with an empty FZF_CTRL_R_COMMAND1. Introducing "raw" mode
This version introduces a new "raw" mode (named so because it shows the list "unfiltered"). In raw mode, non-matching items stay in their original positions, but appear dimmed. This allows you to see the surrounding items of a match and better understand the context of it. You can enable raw mode by default with
--raw, but it's often more useful when toggled dynamically with thetoggle-rawaction.tree | fzf --reverse --bind alt-r:toggle-rawWhile non-matching items are displayed in a dimmed color, they are treated just like matching items, so you can place the cursor on them and perform any action. If you prefer to navigate only through matching items, use the
down-matchandup-matchactions, which are from now on bound toCTRL-NandCTRL-Prespectively, and also toALT-DOWNandALT-UP.
Key Action With --historydowndownupupctrl-jdownctrl-kup
... (truncated)
Changelog
Sourced from github.com/junegunn/fzf's changelog.
0.66.1
- Bug fixes
0.66.0
Quick summary
This version introduces many new features centered around the new "raw" mode.
Type Class Name Description New Option --rawEnable raw mode by default New Option --gutter CHARSet the gutter column character New Option --gutter-raw CHARSet the gutter column character in raw mode Enhancement Option --listen SOCKETAdded support for Unix domain sockets New Action toggle-rawToggle raw mode New Action enable-rawEnable raw mode New Action disable-rawDisable raw mode New Action up-matchMove up to the matching item New Action down-matchMove down to the matching item New Action bestMove to the matching item with the best score New Color nomatchColor for non-matching items in raw mode New Env Var FZF_RAWMatching status in raw mode (0, 1, or undefined) New Env Var FZF_DIRECTIONupordowndepending on the layoutNew Env Var FZF_SOCKPath to the Unix domain socket fzf is listening on Enhancement Key CTRL-Ndown->down-matchEnhancement Key CTRL-Pup->up-matchEnhancement Shell CTRL-RbindingToggle raw mode with ALT-REnhancement Shell CTRL-RbindingOpt-out with an empty FZF_CTRL_R_COMMAND1. Introducing "raw" mode
This version introduces a new "raw" mode (named so because it shows the list "unfiltered"). In raw mode, non-matching items stay in their original positions, but appear dimmed. This allows you to see the surrounding items of a match and better understand the context of it. You can enable raw mode by default with
--raw, but it's often more useful when toggled dynamically with thetoggle-rawaction.tree | fzf --reverse --bind alt-r:toggle-rawWhile non-matching items are displayed in a dimmed color, they are treated just
... (truncated)
Commits
c1b259c0.66.11a0371eDeploying to master from @ junegunn/fzf@aa259fdc1910acbbeef4562bf41a762ecb428...aa259fdFix regression in--no-color/NO_COLORthemeb852dc8Deploying to master from @ junegunn/fzf@a0cabe021d76de5b6227d23b09808ffbe114a...a0cabe0Fix bug preventing 'ctrl-h' from being bound to an action8cdfb230.66.04ffde48Fix --bold inheritancef2b33f0Revert "Make query string in--disabledstate bold as before"d5913bfDeploying to master from @ junegunn/fzf@0e9026b817696baed3ff48be8ecf2b6352586...0e9026bfeat: Allow disabling Ctrl-R binding in shell integration (#4535)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Comment @coderabbitai help to get the list of available commands and usage tips.
Superseded by #2584.