From c1f168c7cbbf87a8f1acc4ba88e14d68da556392 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 30 Dec 2019 00:06:49 +0530 Subject: [PATCH] Show context numbers in help --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index c6b0ce6c..40d592a2 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3472,7 +3472,7 @@ static void show_help(const char *path) "9g ^A Top%-21c. Toggle hidden\n" "9G ^E End%-21cL Lock terminal\n" "9b ^/ Bookmark key%-12c, Pin CWD\n" - "cN Context N%-9c(Sh)Tab Cycle context\n" + "a1-4 Context 1-4%-7c(Sh)Tab Cycle context\n" "c/ Filter%-17c^N Nav-as-you-type toggle\n" "aEsc Exit prompt%-9cF5 ^L Redraw/clear prompt\n" "c? Help, conf%-13c^G QuitCD\n"