From 4c576cfded06a883527949732e6f9a7f80edb0b7 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 3 Dec 2018 09:18:51 +0530 Subject: [PATCH] Update docs --- README.md | 4 ++-- nnn.1 | 2 +- src/nnn.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 658bde6a..110430e1 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ Press ? 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 (` or ^/) provides a powerful multi-functio | Key | Function | |:---:| --- | -| 1-4 | Go to selected context | +| 1-4 | Go to/create selected context | | >, . | Go to next active context | | <, , | Go to previous active context | | key | Go to bookmarked location | diff --git a/nnn.1 b/nnn.1 index 91f2ebf1..98f9c6e3 100644 --- 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 diff --git a/src/nnn.c b/src/nnn.c index a8255d33..6c360d8d 100644 --- 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" -- 2.48.1