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