From 651b27032de4cfe4a79a853741e6fffa944fe017 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 20 Oct 2019 19:37:35 +0530 Subject: [PATCH] Fix #366 --- src/nnn.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/nnn.c b/src/nnn.c index 78290a72..7c5d1759 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3256,10 +3256,10 @@ static void show_help(const char *path) const char helpstr[] = { "0\n" "1NAVIGATION\n" - "a↑ k Up PgUp ^U Scroll up\n" - "a↓ j Down PgDn ^D Scroll down\n" - "a← h Parent ~ ` @ - HOME, /, start, last\n" - "8↵ → l Open . Toggle show hidden\n" + "9Up k Up PgUp ^U Scroll up\n" + "7Down j Down PgDn ^D Scroll down\n" + "7Left h Parent ~ ` @ - HOME, /, start, last\n" + "2Ret Right l Open . Toggle show hidden\n" "9g ^A First entry G ^E Last entry\n" "cb Pin current dir ^B Go to pinned dir\n" "6(Sh)Tab Cycle context d Toggle detail view\n" @@ -3297,9 +3297,6 @@ static void show_help(const char *path) return; } - if (getutil("fortune")) - pipetof("fortune -s", fp); - start = end = helpstr; while (*end) { if (*end == '\n') {