From: Arun Prakash Jana Date: Sat, 11 Jan 2020 17:10:26 +0000 (+0530) Subject: Key ^F to fire plugin X-Git-Tag: v2.9~47 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=357ce4a69a853973b641ec7324ca932df6b77adb;p=nnn.git Key ^F to fire plugin --- diff --git a/src/nnn.c b/src/nnn.c index d2a1b546..8177836e 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3604,7 +3604,7 @@ static void show_help(const char *path) "cv Version%-17cE Extension\n" "9R ^T Reverse (tac)%-0c\n" "1MISC\n" - "9! ^] Shell%-17c; x Execute plugin\n" + "9! ^] Shell%-16c; ^F Fire plugin\n" "c] Cmd prompt%-13c^P Pick plugin\n" "cs Manage session%-10c= Launch app\n" "cc Connect remote%-10cu Unmount\n" diff --git a/src/nnn.h b/src/nnn.h index e9fa838d..db94f36b 100644 --- a/src/nnn.h +++ b/src/nnn.h @@ -239,8 +239,8 @@ static struct key bindings[] = { /* Show help */ { '?', SEL_HELP }, /* Plugin key */ - { 'x', SEL_PLUGKEY }, { ';', SEL_PLUGKEY }, + { CONTROL('F'), SEL_PLUGKEY }, /* Run a plugin */ { CONTROL('P'), SEL_PLUGIN }, /* Run command */