From 7288f6a713ca629c4e7e1f6a077cfd5beb099234 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 23 Nov 2018 10:44:39 +0530 Subject: [PATCH] Update help screen --- README.md | 2 +- nnn.1 | 2 +- src/nnn.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cfc59ad..7c179b8d 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Press ? in `nnn` to see the list anytime. `, ^/ Leader key LeaderN Switch to context N Esc Exit prompt ^L Redraw, clear prompt ^G Quit and cd q Quit context - Q, ^Q Quit ? Help, settings + Q, ^Q Quit ? Help, config FILES ^O Open with... n Create new D File details d Toggle detail view diff --git a/nnn.1 b/nnn.1 index 14b90c61..e3137fec 100644 --- a/nnn.1 +++ b/nnn.1 @@ -78,7 +78,7 @@ Quit and change directory .It Ic Q, ^Q Quit .It Ic \&? -Toggle help and settings screen +Help and configuration screen .El .Pp FILES diff --git a/src/nnn.c b/src/nnn.c index 5175f63a..37e00116 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -1972,7 +1972,7 @@ static int show_help(char *path) "a`, ^/ Leader key LeaderN Switch to context N\n" "cEsc Exit prompt ^L Redraw, clear prompt\n" "d^G Quit and cd q Quit context\n" - "aQ, ^Q Quit ? Help, settings\n" + "aQ, ^Q Quit ? Help, config\n" "1FILES\n" "d^O Open with... n Create new\n" "eD File details d Toggle detail view\n"