diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-06 00:44:59 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-06 00:44:59 +0900 |
| commit | 0e0b86834294e1befb9e1ce16239230aa40d1add (patch) | |
| tree | 4e8fec876561cdb810299c0126a838f27d7b9553 /CHANGELOG.md | |
| parent | a5beb08ed72215e8b015851ad70bf3beca526429 (diff) | |
| download | fzf-0e0b86834294e1befb9e1ce16239230aa40d1add.tar.gz | |
Add preview border style 'line'
It draws a single line between the preview window and the rest of the
interface. i.e. automatically choose between 'left', 'right', 'top', and
'bottom' depending on the position of the preview window.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e18790b8..e0b8e66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ CHANGELOG - `change-header-label` - `transform-header-label` - Added `--preview-border[=STYLE]` as short for `--preview-window=border[-STYLE]` +- Added new preview border style `line` which draws a single separator line between the preview window and the rest of the interface - You can specify `border-native` to `--tmux` so that native tmux border is used instead of `--border`. This can be useful if you start a different program from inside the popup. ```sh fzf --tmux border-native --bind 'enter:execute:less {}' |
