fish: Optimize description alignment of completions (#4912)
CodeQL / Analyze (go) (push) Canceled after 0s
build / build (push) Canceled after 0s
Test fzf on macOS / build (push) Canceled after 0s

Close #4910
This commit is contained in:
bitraid
2026-09-09 00:14:48 +09:00
committed by GitHub
parent ad151d8415
commit a1e983baf1
2 changed files with 5 additions and 5 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ CHANGELOG
- fzf now opens in a tmux or Zellij floating pane by default, so the window it was started from stays visible and can be used while fzf is running
- Requires tmux 3.7+ or Zellij 0.44+
- Set `g:fzf_layout` to pick a different layout
- fish: Fixed custom CTRL-T command not using the prefixed target directory in some cases (#4498)
- fish:
- Fixed custom CTRL-T command not using the prefixed target directory in some cases (#4498)
- Optimized description alignment of completion items (#4910)
0.74.3
------