From 63509365c1c061e2fd3fe7b429cc27922d0b048c Mon Sep 17 00:00:00 2001 From: morganamilo Date: Mon, 4 Jun 2018 19:22:16 +0100 Subject: [PATCH] Add less not always paging to the faq --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 28e6b90a..85a46d13 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,12 @@ Currently yay Depends on: * Yay does not display colored output. How do I fix it? Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://github.com/Jguer/yay/issues/123) +* Sometimes diffs are printed to the terminal and other times they are pages + via less. How do I fix this? + Yay uses `git diff` to display diffs, by default git tells less to not page + if the output can fit one terminal length. This can be overridden by + exporting your own flags `export LESS=SRX`. + ## Examples of Custom Operations * `yay ` presents package selection menu