File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Fixed
11+ - ` zsh/.zshrc ` : set ` fzf-tab ` popup minimum size (60 columns × 8 rows) so file/folder names are not truncated in the completion popup
12+
1013## [ 1.1.2] - 2026-03-17
1114
1215### Changed
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
7878zstyle ' :completion:*' menu no
7979zstyle ' :fzf-tab:complete:cd:*' fzf-preview ' eza --color=always -1 $realpath 2>/dev/null || ls --color=always -1 $realpath 2>/dev/null'
8080zstyle ' :fzf-tab:*' switch-group ' <' ' >'
81+ zstyle ' :fzf-tab:*' popup-min-size 30 8
8182
8283# ── Aliases ───────────────────────────────────────────────────────────────────
8384# fd: search everything including gitignored and hidden by default
You can’t perform that action at this time.
0 commit comments