From b35e3e3264328163dbc83f0e7db3e308492ba1cb Mon Sep 17 00:00:00 2001 From: MahouShoujoMivutilde <14999778+MahouShoujoMivutilde@users.noreply.github.com> Date: Thu, 15 Oct 2020 15:03:31 +0300 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index b4f9d07..b68626d 100644 --- a/Examples.md +++ b/Examples.md @@ -1493,7 +1493,7 @@ chmod 600 $input $output # (e.g. --preview='echo {1}'). # sadly we can't use "$@" here directly because we are inside sh -c "..." call # already. -# you can also set window dimensions via -g '=ROWxCOLS', see man st. +# you can also set window dimensions via -g '=COLSxROWS', see man st. st -c fzfmenu -n fzfmenu -e sh -c "cat $input | fzf $(printf -- " '%s'" "$@" | sed "s/^ ''$//") | tee $output" & disown # handle ctrl+c outside child terminal window