-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Env var / dynamic way to determine the preview hidden state within a transformer #4098
Closed
4 of 10 tasks
Labels
Comments
Closed
6 tasks
No, there currently isn't a way. |
10 tasks
Would you consider exporting these to the transform process? Could there be any downside? |
Will do. No downsides. The overhead for adding environment variables to other processes is going to be negligible. |
Ty @junegunn! |
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this issue
Dec 21, 2024
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [junegunn/fzf](https://github.com/junegunn/fzf) | minor | `v0.56.3` -> `v0.57.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>junegunn/fzf (junegunn/fzf)</summary> ### [`v0.57.0`](https://github.com/junegunn/fzf/releases/tag/v0.57.0): 0.57.0 [Compare Source](junegunn/fzf@v0.56.3...v0.57.0) - You can now resize the preview window by dragging the border - Built-in walker improvements - `--walker-root` can take multiple directory arguments. e.g. `--walker-root include src lib` - `--walker-skip` can handle multi-component patterns. e.g. `--walker-skip target/build` - Removed long processing delay when displaying images in the preview window - `FZF_PREVIEW_*` environment variables are exported to all child processes ([#​4098](junegunn/fzf#4098)) - Bug fixes in fish scripts </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzkuNzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
man fzf
)Output of
fzf --version
0.56.2
OS
Shell
Problem / Steps to reproduce
Context: #3817 (comment).
Consider the example (from the above link):
There are a couple of issues with this:
start
, the previewer opens in a visible state even though we specifyhidden
I tried the below transformer (using
FZF_PREVIEW_COLUMNS
) but the previewer opens hidden and also hides itself when triggering resize:Am I missing something? Is there an env var I can use to determine if the previewer is hidden?
The text was updated successfully, but these errors were encountered: