Skip to content

Commit 4497da3

Browse files
fix: set fzf-tab popup minimum width for readable completion
zstyle popup-min-size 30 8 ensures the completion popup is at least 30 columns wide so file/folder names are not truncated.
1 parent 3fffbcf commit 4497da3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

zsh/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
7878
zstyle ':completion:*' menu no
7979
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza --color=always -1 $realpath 2>/dev/null || ls --color=always -1 $realpath 2>/dev/null'
8080
zstyle ':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

0 commit comments

Comments
 (0)