diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2023-10-15 01:52:02 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2023-10-15 01:56:05 +0900 |
| commit | d3311d9f43d024acb94a5f22b8f5675ee08d6f76 (patch) | |
| tree | da48bc641fdd4a45a6e4d3d1e0beeb8bab5c8655 /README.md | |
| parent | 3e1735b06eb458525b496645dd6cc9ffc606f61d (diff) | |
| download | fzf-d3311d9f43d024acb94a5f22b8f5675ee08d6f76.tar.gz | |
0.43.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -740,7 +740,7 @@ Kitty, you can make fzf display an image in the preview window. ```sh fzf --preview=' if file --mime-type {} | grep -qF image/; then - kitty icat --clear --transfer-mode=memory --stdin=no --place=${FZF_PREVIEW_COLUMNS}x${FZF_PREVIEW_LINES}@0x0 {} + kitty icat --clear --transfer-mode=memory --stdin=no --place=${FZF_PREVIEW_COLUMNS}x${FZF_PREVIEW_LINES}@0x0 {} | sed \$d else bat --color=always {} fi |
