Path to this page:
Subject: CVS commit: pkgsrc/sysutils/fzf
From: Makoto Fujiwara
Date: 2022-04-02 15:43:21
Message id: 20220402134321.B8224FB24@cvs.NetBSD.org
Log Message:
(sysutils/fzf) Updated 0.28.0 to 0.29.0
* Added change-preview(...) action to change the --preview command
+ cf. preview(...) is a one-off action that doesn't change the default
preview command
* Added change-preview-window(...) action
+ You can rotate through the different options separated by |
fzf --preview 'cat {}' --preview-window right,40% \
--bind \
'ctrl-/:change-preview-window(right,70%|down,40%,border-top|hidden|)'
* Fixed rendering of the prompt line when overflow occurs with --info=inline
Files: