From: Arun Prakash Jana Date: Sun, 20 Oct 2019 14:07:35 +0000 (+0530) Subject: Fix #366 X-Git-Tag: v2.8~135 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=651b27032de4cfe4a79a853741e6fffa944fe017;p=nnn.git Fix #366 --- 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') {