Skip to content

Comments

Update dependency junegunn/fzf/fzf-tmux to v0.68.0#1176

Merged
renovate[bot] merged 2 commits intomainfrom
renovate/junegunn-fzf-fzf-tmux-0.x
Feb 21, 2026
Merged

Update dependency junegunn/fzf/fzf-tmux to v0.68.0#1176
renovate[bot] merged 2 commits intomainfrom
renovate/junegunn-fzf-fzf-tmux-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2026

This PR contains the following updates:

Package Update Change
junegunn/fzf/fzf-tmux minor v0.67.0v0.68.0

Release Notes

junegunn/fzf (junegunn/fzf/fzf-tmux)

v0.68.0: 0.68.0

Compare Source

  • Implemented word wrapping in the list section
    • Added --wrap=word (or --wrap-word) option and toggle-wrap-word action for word-level line wrapping in the list section
    • Changed default binding of ctrl-/ and alt-/ from toggle-wrap to toggle-wrap-word
    fzf --wrap=word
  • Implemented word wrapping in the preview window
    • Added wrap-word flag for --preview-window to enable word-level wrapping
    • Added toggle-preview-wrap-word action
    fzf --preview 'bat --style=plain --color=always {}' \
        --preview-window wrap-word \
        --bind space:toggle-preview-wrap-word
  • Added support for underline style variants in --color: underline-double, underline-curly, underline-dotted, underline-dashed
    fzf --color 'fg:underline-curly,current-fg:underline-dashed'
  • Added support for underline styles (4:N) and underline colors (SGR 58/59)
    # In the list section
    printf '\e[4:3;58;2;255;0;0mRed curly underline\e[0m\n' | fzf --ansi
    
    # In the preview window
    fzf --preview "printf '\e[4:3;58;2;255;0;0mRed curly underline\e[0m\n'"
  • Added --preview-wrap-sign to set a different wrap indicator for the preview window
  • Added alt-gutter color option (#​4602) (@​hedgieinsocks)
  • Added $FZF_WRAP environment variable to child processes (char or word when wrapping is enabled) (#​4672) (@​bitraid)
  • fish: Improved command history (CTRL-R) (#​4672) (@​bitraid)
    • Enabled syntax highlighting in the list on fish 4.3.3+
    • Added syntax-highlighted preview window that auto-shows for long or multi-line commands
    • Added ALT-ENTER to reformat and insert selected commands
    • Improved handling of bulk deletion of selected history entries (SHIFT-DELETE)
  • Added fish completion support (#​4605) (@​lalvarezt)
  • zsh: Handle multi-line history selection (#​4595) (@​LangLangBart)
  • Bug fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) February 21, 2026 21:23
@renovate renovate bot merged commit 37d04e2 into main Feb 21, 2026
2 checks passed
@renovate renovate bot deleted the renovate/junegunn-fzf-fzf-tmux-0.x branch February 21, 2026 21:24
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.

0 participants