Browse Source

Key > to run plugin

master
Arun Prakash Jana 5 years ago
parent
commit
6c39d87cdf
No known key found for this signature in database GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      src/nnn.c
  2. +1
    -1
      src/nnn.h

+ 1
- 0
src/nnn.c View File

@@ -1751,6 +1751,7 @@ static int filterentries(char *path)
switch (*ch) {
case '/': /* works as Leader key in filter mode */
*ch = CONTROL('_'); // fallthrough
case '>':
if (len == 1)
cur = oldcur;
goto end;


+ 1
- 1
src/nnn.h View File

@@ -235,7 +235,7 @@ static struct key bindings[] = {
{ CONTROL(']'), SEL_SHELL },
/* Plugin key */
{ 'x', SEL_PLUGKEY },
{ KEY_F(12), SEL_PLUGKEY },
{ '>', SEL_PLUGKEY },
/* Run a plugin */
{ 'R', SEL_PLUGIN },
{ CONTROL('V'), SEL_PLUGIN },


Loading…
Cancel
Save