]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 3 Dec 2018 03:48:51 +0000 (09:18 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 3 Dec 2018 03:53:03 +0000 (09:23 +0530)
README.md
nnn.1
src/nnn.c

index 658bde6a8197d3384fe7e0d4bf7db39307efa62e..110430e1b4216a2a62403c5641ee19311b764092 100644 (file)
--- a/README.md
+++ b/README.md
@@ -219,7 +219,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
     →, ↵, l, ^M  Open file/enter dir   .  Toggle show hidden
               /  Filter          Ins, ^I  Toggle nav-as-you-type
               b  Pin current dir      ^W  Go to pinned dir
-        Tab, ^T  Next active context   d  Toggle detail view
+        Tab, ^T  Next context          d  Toggle detail view
           `, ^/  Leader key      LeaderN  Go to/create context N
             Esc  Exit prompt          ^L  Redraw, clear prompt
              ^G  Quit and cd           q  Quit context
@@ -250,7 +250,7 @@ The Leader key (<kbd>`</kbd> or <kbd>^/</kbd>) provides a powerful multi-functio
 
 | Key | Function |
 |:---:| --- |
-| <kbd>1-4</kbd> | Go to selected context |
+| <kbd>1-4</kbd> | Go to/create selected context |
 | <kbd>></kbd>, <kbd>.</kbd> | Go to next active context |
 | <kbd><</kbd>, <kbd>,</kbd> | Go to previous active context |
 | key | Go to bookmarked location |
diff --git a/nnn.1 b/nnn.1
index 91f2ebf184f39b15ad69b8dda7e647920ec5ce96..98f9c6e3b7a2149db263e78086003b052ad2443a 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -67,7 +67,7 @@ Visit pinned directory
 .It Ic d
 Toggle detail view
 .It Ic Tab, ^T
-Next active context
+Next context, ask to create if none
 .It Ic `, ^/
 Leader key
 .It Ic LeaderN
index a8255d3389772f63b06a8368f89e37080f1da58b..6c360d8ddda676e4efd0e3159367db860493565e 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2049,7 +2049,7 @@ static int show_help(char *path)
    "4→, ↵, l, ^M  Open file/enter dir   .  Toggle show hidden\n"
              "e/  Filter          Ins, ^I  Toggle nav-as-you-type\n"
              "eb  Pin current dir      ^W  Go to pinned dir\n"
-       "8Tab, ^T  Next active context   d  Toggle detail view\n"
+       "8Tab, ^T  Next context          d  Toggle detail view\n"
          "a`, ^/  Leader key      LeaderN  Go to/create context N\n"
            "cEsc  Exit prompt          ^L  Redraw, clear prompt\n"
             "d^G  Quit and cd           q  Quit context\n"