From d3311d9f43d024acb94a5f22b8f5675ee08d6f76 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 15 Oct 2023 01:52:02 +0900 Subject: 0.43.0 --- man/man1/fzf-tmux.1 | 2 +- man/man1/fzf.1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 1ff9bfaf..383f20cd 100644 --- a/man/man1/fzf-tmux.1 +++ b/man/man1/fzf-tmux.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf-tmux 1 "Jun 2023" "fzf 0.42.0" "fzf-tmux - open fzf in tmux split pane" +.TH fzf-tmux 1 "Oct 2023" "fzf 0.43.0" "fzf-tmux - open fzf in tmux split pane" .SH NAME fzf-tmux - open fzf in tmux split pane diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 242db860..27d687b8 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf 1 "Jun 2023" "fzf 0.42.0" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Oct 2023" "fzf 0.43.0" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder @@ -598,7 +598,7 @@ so if you use Kitty, you can make fzf display an image in the preview window. e.g. \fBfzf --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 -- cgit v1.2.3