From: Arun Prakash Jana Date: Mon, 6 Jan 2020 14:30:18 +0000 (+0530) Subject: Re-order keybind help X-Git-Tag: v2.9~75 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=aa8952248247ca4583d64e73d8094cb5c2693e9f;p=nnn.git Re-order keybind help --- diff --git a/src/nnn.c b/src/nnn.c index 7055b4ec..f0656aa2 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3492,13 +3492,13 @@ static void show_help(const char *path) "b^O Open with...%-12cn Create new/link\n" "cD File details%-12cd Detail view toggle\n" "cr Batch rename%-8cF2 ^R Rename/duplicate\n" + "ce Edit in EDITOR%-10cp Open in PAGER\n" + "ci Archive entry%-11c* Toggle exe\n" "5Space ^J (Un)select%-11cm ^K Select range, clear\n" - "ca Select all%-14cy List sel\n" - "cP Copy sel here%-10c^Y Edit sel\n" + "cP Copy sel here%-11ca Select all\n" "cV Move sel here%-10c^V Copy/move sel as\n" "cX Delete sel%-13c^X Delete entry\n" - "ce Edit in EDITOR%-10cp Open in PAGER\n" - "ci Archive entry%-11c* Toggle exe\n" + "cy List sel%-15c^Y Edit sel\n" "1ORDER TOGGLES\n" "cS Disk usage%-14cA Apparent du\n" "cz Size%-20ct Time\n" @@ -3508,7 +3508,7 @@ static void show_help(const char *path) "c] Cmd prompt%-13c^P Pick plugin\n" "cs Manage session%-10c= Launch app\n" "cc Connect remote%-10cu Unmount\n" - }; + }; fd = create_tmp_file(); if (fd == -1)