]> Sergey Matveev's repositories - nnn.git/commitdiff
Update help screen
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 23 Nov 2018 05:14:39 +0000 (10:44 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 23 Nov 2018 05:14:39 +0000 (10:44 +0530)
README.md
nnn.1
src/nnn.c

index 6cfc59ad66759bb0b2905485483dd3ae6b4b47e3..7c179b8dae58eca2bbc7b4aa82d30af4b293bdbf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -222,7 +222,7 @@ Press <kbd>?</kbd> 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 14b90c619d6623f94cd471886d9c781169320f3e..e3137fec850442dbedc82f8371ae1c8fe524bbbd 100644 (file)
--- 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
index 5175f63a6a89bbe6ec9a5c37c8667499b4f3fe9a..37e00116262ea8d0226926d9c2cc161985d07331 100644 (file)
--- 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"