From: Arun Prakash Jana Date: Sun, 10 Feb 2019 13:13:29 +0000 (+0530) Subject: Fix #207: use correct description X-Git-Tag: v2.3~17 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=82bb934da857f2f8e2c0d3816b2b95033a71259f;p=nnn.git Fix #207: use correct description --- diff --git a/README.md b/README.md index ae03b496..33de0714 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Press ? in `nnn` to see the list anytime. FILES ^O Open with... n Create new/link D File details ^R Rename entry - ⎵ ^K Copy entry path r Open dir in vidir + ⎵ ^K Select entry r Open dir in vidir ^Y Toggle selection y List selection Y Select all P Copy selection X Delete selection diff --git a/src/nnn.c b/src/nnn.c index 3d887720..bac2c6c7 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -2423,7 +2423,7 @@ static bool show_help(char *path) "1FILES\n" "b^O Open with... n Create new/link\n" "cD File details ^R Rename entry\n" - "9⎵ ^K Copy entry path r Open dir in vidir\n" + "9⎵ ^K Select entry r Open dir in vidir\n" "b^Y Toggle selection y List selection\n" "cY Select all\n" "cP Copy selection X Delete selection\n"