Skip to content

Fix tmux integration #45

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

Merged
merged 2 commits into from
May 15, 2025
Merged

Conversation

peter-rebrun
Copy link
Contributor

Description

The iterfzf function encounters an error when invoked with the tmux=True option, resulting in the following error message:

invalid tmux option: True (expected: [center|top|bottom|left|right][,SIZE[%]][,SIZE[%][,border-native]])

The issue arises from an incorrect parameter type check, resulting in the addition of the --tmux=True option to the command string, which is not a valid parameter for fzf.

@dahlia dahlia merged commit b9f5037 into dahlia:main May 15, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants