]> Sergey Matveev's repositories - nnn.git/commitdiff
Key ^F to fire plugin
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 11 Jan 2020 17:10:26 +0000 (22:40 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 11 Jan 2020 17:10:26 +0000 (22:40 +0530)
src/nnn.c
src/nnn.h

index d2a1b546b11d54e24aea7c83acc2a33e2c60c8cd..8177836edbd1972fae1e9a920485dc4d3db3f644 100644 (file)
--- 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"
index e9fa838d3eadd9c1246a44ab2735edef5f526022..db94f36b07013434a7aa2835696df731437a0230 100644 (file)
--- 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 */