mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Key ^F to fire plugin
This commit is contained in:
parent
99d15815f0
commit
357ce4a69a
|
@ -3604,7 +3604,7 @@ static void show_help(const char *path)
|
||||||
"cv Version%-17cE Extension\n"
|
"cv Version%-17cE Extension\n"
|
||||||
"9R ^T Reverse (tac)%-0c\n"
|
"9R ^T Reverse (tac)%-0c\n"
|
||||||
"1MISC\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"
|
"c] Cmd prompt%-13c^P Pick plugin\n"
|
||||||
"cs Manage session%-10c= Launch app\n"
|
"cs Manage session%-10c= Launch app\n"
|
||||||
"cc Connect remote%-10cu Unmount\n"
|
"cc Connect remote%-10cu Unmount\n"
|
||||||
|
|
|
@ -239,8 +239,8 @@ static struct key bindings[] = {
|
||||||
/* Show help */
|
/* Show help */
|
||||||
{ '?', SEL_HELP },
|
{ '?', SEL_HELP },
|
||||||
/* Plugin key */
|
/* Plugin key */
|
||||||
{ 'x', SEL_PLUGKEY },
|
|
||||||
{ ';', SEL_PLUGKEY },
|
{ ';', SEL_PLUGKEY },
|
||||||
|
{ CONTROL('F'), SEL_PLUGKEY },
|
||||||
/* Run a plugin */
|
/* Run a plugin */
|
||||||
{ CONTROL('P'), SEL_PLUGIN },
|
{ CONTROL('P'), SEL_PLUGIN },
|
||||||
/* Run command */
|
/* Run command */
|
||||||
|
|
Loading…
Reference in a new issue