From 9e3799e8a36313cc4f1004d5a9a3f33bad168971 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Tue, 12 Aug 2025 21:07:47 +0200 Subject: [PATCH] The `moar` pager has been renamed to `moor` Keeping the old name for backwards compatibility. Ref: https://github.com/walles/moor/pull/305 The old GitHub project was renamed, and now redirects to the new one, so if you want to verify this is the same project, go to the old project and you will be redirected: `https://github.com/walles/moar/pull/305` --- src/query.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/query.cpp b/src/query.cpp index 6fb610f8..408376ef 100644 --- a/src/query.cpp +++ b/src/query.cpp @@ -2395,6 +2395,7 @@ void Query::view() (command == "less" || command == "moar-pager" || command == "moar" || + command == "moor" || command == "more" || command == "most" || command == "w3m" ||