summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-06-11Add --info=rightJunegunn Choi
Related: #3322
2023-06-10Add --info=inline-rightJunegunn Choi
Close #3322
2023-06-10Fix background color of spinner on the preview windowJunegunn Choi
2023-06-10Add new border style: 'thinblock' (#3327)Mike
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2023-06-03[vim] Only prepend --border option in $FZF_DEFAULT_OPTSJunegunn Choi
Fix #3318
2023-05-31[fzf-tmux] Pass $BAT_THEMEJunegunn Choi
This may anger some purists, but bat is widely used as the previewer so I think it's worth it.
2023-05-31[vim] Respect --border optin in $FZF_DEFAULT_OPTSJunegunn Choi
2023-05-27Update test caseJunegunn Choi
2023-05-270.41.10.41.1Junegunn Choi
2023-05-27Fix bug where preview is not updated after reload when --disabled is setJunegunn Choi
Fix #3311
2023-05-27Remove dead codeJunegunn Choi
2023-05-260.41.00.41.0Junegunn Choi
2023-05-26Use Golang 1.20.4Junegunn Choi
2023-05-26Avoid setting $FZF_DEFAULT_COMMANDJunegunn Choi
So that it's not propagated to the child processes and affect the behavior of fzf started by them. fzf 0.41.0 or above is required as it fixed the issue where 'become' process is not given a proper tty device. Close #3299
2023-05-23Bump golang.org/x/term from 0.7.0 to 0.8.0 (#3285)dependabot[bot]
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.7.0 to 0.8.0. - [Commits](https://github.com/golang/term/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23Bump crate-ci/typos from 1.13.16 to 1.14.10 (#3306)dependabot[bot]
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.13.16 to 1.14.10. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.13.16...v1.14.10) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-21Add key combinations for ctrl-delete and shift-delete (#3284)Syphdias
Currently there is not option to bind ctrl-delete and shift-delete. As suggested by issue #3240, shift-delete could be used to bind "delete entry from history" as it is a common way to do so in other applications, e.g. browsers. This, however, does only implement to use the key combination itself and does not assign a default action to any of them. This does enable to call one's all predefined actions. With the exec action this can expanded like the issue #3240 suggested. If desirable, the key combinations could later get a default behavior. Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2023-05-21Skip post hooks on 'make build'Junegunn Choi
https://github.com/goreleaser/goreleaser/issues/1469
2023-05-21Update Dockerfile: --platform=linux/amd64Junegunn Choi
2023-05-21Make sure 'become' process is given a proper tty deviceJunegunn Choi
2023-05-20Update tcell renderer to support block borderJunegunn Choi
2023-05-17Allow unbind(focus)Junegunn Choi
Fix #3279
2023-05-17Fix panic when trying to render preview window of a negative heightJunegunn Choi
Fix #3292
2023-05-16Allow customizing scrollbar of the preview window via --scrollbar=xyJunegunn Choi
2023-05-16Add new border style: 'block'Junegunn Choi
2023-05-16Allow customizing the color of preview scrollbar via 'preview-scrollbar'Junegunn Choi
2023-05-05Fix the behavior of change-preview-window action (#3280)Junegunn Choi
* change-preview-window restores the initial preview window options, and overrides the properties that are specified * However, 'hidden' property is treated differently. It is set to 'false' if the specified properties of the action is non-empty. * cf. toggle-preview takes the "current" preview window options and toggles the 'hidden' property.
2023-05-01Fix the background color of the scrollbar inside the preview windowJunegunn Choi
2023-05-01Fix caching when reload and query change triggered by the same bindingJunegunn Choi
2023-05-010.40.00.40.0Junegunn Choi
2023-04-30Do not display trailing carriage returns in the preview windowJunegunn Choi
Close #3269
2023-04-30Fix search not triggered when query change and reload happen at the same timeJunegunn Choi
Fix #3268
2023-04-28Bump golang.org/x/term from 0.6.0 to 0.7.0 (#3249)dependabot[bot]
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/term/releases) - [Commits](https://github.com/golang/term/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28Bump golang.org/x/sys from 0.6.0 to 0.7.0 (#3248)dependabot[bot]
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26Add 'zero' eventJunegunn Choi
Close #3263
2023-04-22Add 'track' actionJunegunn Choi
2023-04-22Add change-header and transform-headerJunegunn Choi
Close #3237
2023-04-22[man] Suggest setting RUNEWIDTH_EASTASIAN to 0 or 1Junegunn Choi
Close #2389
2023-04-22Add toggle-track actionJunegunn Choi
2023-04-22Fixed --track when used with --tacJunegunn Choi
Fix #3234
2023-04-21[vim] Add check for powershell 7 users (#3257)psarlov
Co-authored-by: Pavel Sarlov <psarlov@asteasolutions.com> Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2023-04-12Disallow using --track with --tacJunegunn Choi
Close #3234
2023-04-11[fzf-tmux] Try awk before bcJunegunn Choi
2023-04-06[fzf-tmux] Use awk if bc is not foundJunegunn Choi
Fix #3235
2023-04-020.39.00.39.0Junegunn Choi
2023-04-02Use Go 1.20.2Junegunn Choi
2023-04-02Fix a bug of height range with -1 or -0 (#3226)tyama711
Fixed a bug that when both heightUnknown and deferred are true, deferred is not properly reset and the program terminates abnormally. Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2023-04-02[fzf-tmux] Disallow popup mode on tmux 3.1 or belowJunegunn Choi
Close #3198
2023-04-01[shell] Update kill completionJunegunn Choi
* Explicitly specify the list of fields for consistent experience * Add fallback command for BusyBox (Close #3219) * Apply `--header-lines=1` to show the column header
2023-04-01Fix Rubocop errorJunegunn Choi