Support zellij floating pane via --popup (new name for --tmux) (#4145)

This commit is contained in:
Junegunn Choi
2026-03-26 21:32:56 +09:00
committed by GitHub
parent 87586ac5eb
commit 6f17d49dbb
8 changed files with 95 additions and 43 deletions
+4
View File
@@ -3,6 +3,10 @@ CHANGELOG
0.71.0
------
- Added `--popup` as a new name for `--tmux` with Zellij support
- `--popup` starts fzf in a tmux popup or a Zellij floating pane
- `--tmux` is now an alias for `--popup`
- Requires tmux 3.3+ or Zellij 0.44+
- Cross-reload item identity with `--id-nth`
- Added `--id-nth=NTH` to define item identity fields for cross-reload operations
- When a `reload` is triggered with tracking enabled, fzf searches for the tracked item by its identity fields in the new list.